﻿body
{
    margin: 0;
    padding: 0;
}


a
{
    text-decoration: none;
    color: black;
}

li
{
    list-style: none;
}

.FormIc:nth-child(3)
{
    padding-left: 15px;
}

.ArizaFormContainer
{
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px 0 20px 0; /*border:1px solid;*/
    font-family: 'Catamaran', sans-serif;
    font-size: 13px;
    line-height: 16px;
    animation-name: bounceInRight;
}

.iletisimContainer h2, .iletisimContainer p
{
    margin-bottom: 20px;
}

.iletisimContainer
{
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px 0 20px 0; /*border:1px solid;*/
    font-family: 'Catamaran', sans-serif;
    font-size: 13px;
    line-height: 16px;
    animation-name: bounceInRight;
}


option
{
    font-weight: normal;
    display: block;
    white-space: pre;
    min-height: 1em;
    padding: 0px 2px 1px;
}

.col-md-12
{
    box-sizing: border-box!important;
}

.bilgi
{
    z-index: 10061;
}

.FormContainer
{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
}

input, textarea
{
    background: #f3f3f3;
    padding: 10px 5px;
    border-radius: 3px;
    margin-bottom: 10px;
    border: 1px dashed #dedede;
    width: 100%;
    box-sizing: border-box;
}

select
{
    background: #f3f3f3;
    padding: 3px 5px;
    border-radius: 3px;
    margin-bottom: 10px;
    border: 1px dashed #dedede;
    width: 100%;
}

.FormIc input:focus, textarea:focus
{
    outline: none;
}

.FormIc
{
    width: 100%; /*border:1px solid gray;*/
    display: block;
}

    .FormIc label, .FormIc span, textarea
    {
        display: block;
        width: 100%;
        font-family: Catamaran, SansSerif;
        font-size: 15px;
        font-weight: 300;
    }

    .FormIc:nth-child(1) label, .FormIc input[type="text"]
    {
        display: block;
        width: 100%;
    }

    .FormIc:nth-child(2) label
    {
        float: left;
        display: inline-block;
        width: 100px;
    }

    .FormIc:nth-child(2)
    {
        padding-left: 15px;
    }

.YontemButon input[type="radio"]
{
    width: 20px;
    height: 20px;
}

.YontemButon
{
    margin-top: 33px;
}

.IletisimYontemContainer input[type="submit"]
{
    width: 150px;
    float: right !important;
    margin-right: -9px;
}

input:focus, textarea:focus
{
    font-weight: bold;
}

input[type="radio"],
input[type="checkbox"]
{
    height: 20px;
    width: 20px;
    vertical-align: middle;
    margin: 0 0.4em 0.4em 0;
    border: 1px solid #007dc6;
    -webkit-appearance: none;
    -webkit-transition: box-shadow 200ms;
}

input[type="radio"]
{
    -webkit-border-radius: 100%;
    border-radius: 100%;
}

input[type="checkbox"]
{
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

    input[type="radio"]:not(:disabled):hover,
    input[type="checkbox"]:not(:disabled):hover
    {
        border-color: #007dc6;
    }

    input[type="radio"]:active:not(:disabled),
    input[type="checkbox"]:active:not(:disabled)
    {
        border-color: #007dc6;
    }

    input[type="radio"]:focus,
    input[type="checkbox"]:focus
    {
        outline: none;
    }

    input[type="radio"]:checked,
    input[type="checkbox"]:checked
    {
        border-color: orange;
        background-color: orange;
    }

        input[type="radio"]:checked:before
        {
            display: block;
            height: 12px;
            width: 12px;
            position: relative;
            left: 5px;
            top: 5px;
            background: #000;
            border-radius: 100%;
            content: '';
        }

        input[type="checkbox"]:checked:before
        {
            content: '';
            display: block;
            width: 7px;
            height: 13px;
            border: solid #000;
            border-width: 0 4px 4px 0;
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
            margin-left: 6px;
            margin-top: 1px;
        }

input:disabled
{
    opacity: .6;
    box-shadow: none;
    background: rgba(0, 0, 0, 0.1);
    box-shadow: none;
}

    /* style label for disabled input */
    input:disabled + label
    {
        opacity: .6;
        cursor: default;
        -webkit-user-select: none;
    }

.IletisimAlanContainer
{
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    font-family: 'Quicksand', sans-serif;
    font-size: 14px;
}

.IletisimBirim
{
    width: 32.7%;
    min-height: 150px;
    margin-bottom: 10px;
}

.iletisimBaslik
{
    min-height: 35px;
    background: #e4e4e4;
    width: 100%;
    display: block;
    border-bottom: 1px solid #b3b3b3;
    box-sizing: border-box;
    padding: 10px 5px;
    font-weight: bold;
    position: relative;
}

.iletisimIcerik
{
    min-height: 200px;
    background: #f7f7f7;
    width: 100%;
    display: block;
    border-top: 1px solid white;
    padding: 5px 15px;
    box-sizing: border-box;
}

.iletisimBaslik a
{
    position: absolute;
    right: 5px;
    top: 0;
    width: 50px;
    height: 100%; /*border-left:1px solid gray*/
}

    .iletisimBaslik a img
    {
        position: absolute;
        right: 5px;
        top: 2px;
    }


.Ic1
{
    min-width: 50px;
    padding: 5px 0 5px 0;
    display: inline-block;
    font-weight: bold;
}

.IletisimBaslik span
{
    font-weight: bold;
    display: block;
    margin-top: 3px;
}

@media only screen and (max-width : 1200px)
{
    .iletisimContainer
    {
        padding: 15px;
    }

    .IletisimBirim
    {
        width: 49%;
        margin-bottom: 10px;
    }

    .iletisimBaslik
    {
        padding: 10px 5px;
    }
}

@media only screen and (max-width : 768px)
{

    .iletisimButonlar td img
{
    width: 35px!important;
}
    .iletisimButonlar div {
    
    font-size: 13px!important;
  
}
    .FormContainer
    {
        flex-direction: column;
    }

    .FormIc
    {
        display: block;
        width: 100%;
    }

        .FormIc:nth-child(2)
        {
            padding: 10px;
        }

        .FormIc label, .FormIc span, textarea
        {
            width: 100%;
        }

    .IletisimYontemContainer input[type="submit"]
    {
        margin-right: 8px;
    }

    .IletisimBirim
    {
        width: 100% !important;
        margin: 10px auto;
    }
}

@media only screen and (max-width : 480px)
{
    .IletisimBirim
    {
        width: 100% !important;
        margin: 10px auto;
    }
}




@media only screen and (max-width : 320px)
{
    .IletisimBirim
    {
        width: 100%;
        margin: 10px auto;
    }

    .FormIc input, textarea
    {
        border: none;
        background: #f3f3f3;
        padding: 7px 5px;
        border-radius: 3px;
        margin-bottom: 10px;
    }
}

.tabsmenu
{
    display: block;
}

.clearfix
{
    clear: both;
}

.tabsmenu:after
{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
/*000000000000000000000000000000000000000000000000000000000000*/
/*.tabs {max-width:1200px;margin:0 auto;position:relative;border:1px solid green
}
.tabs input {position:absolute;left:-100px
}
.tabs label {display:block;border:1px solid red;padding:5px;float:left;margin-right:10px;position:relative;top:0
}
.tabs div {display:none
}
    .tabs input [id^="tab"]:checked ~ [id^="tabContent"] {
        display: block;
    }*/

.tabs
{
    max-width: 1200px;
    margin: 0 auto;
    margin-bottom: 20px;
}

/*----- Tab Links -----*/
/* Clearfix */
.tab-links:after
{
    display: block;
    clear: both;
    content: '';
}

.tab-links li
{
    margin: 0px 5px 0 0;
    float: left;
    list-style: none;
}

div.tabs > ul
{
    padding: 0;
    margin: 0;
}

.tab-links a
{
    padding: 9px 15px;
    display: inline-block;
    border-radius: 3px 3px 0px 0px;
    background: #e8e8e8;
    font-size: 16px;
    font-weight: 300;
    color: #4c4c4c;
    transition: all linear 0.15s;
    font-family: Catamaran, SansSerif;
}

    .tab-links a:hover
    {
        background: #f3f3f3;
        text-decoration: none;
    }

.tabs li.active a, tabs li.active a:hover
{
    background: #bababa;
    color: black;
}

/*----- Content of Tabs -----*/
.tab-content
{
    border-radius: 3px;
    background: #fff;
    border-top: 3px solid #bababa;
    padding-top: 5px;
}

.tab
{
    display: none;
}

    .tab.active
    {
        display: block;
    }

input
{
    border-width: 0;
}

.FormContainer span
{
    position: relative;
}

    .FormContainer span .simge
    {
        position: absolute;
        height: 25px;
        top: 2px;
        width: 25px;
        left: 2px;
        z-index: 99;
        font-size: 15px;
    }

    .FormContainer span.textarea .simge
    {
        position: absolute;
        height: 25px;
        top: 18px;
        width: 25px;
        left: 2px;
        z-index: 99;
        font-size: 15px;
    }

select option
{
    font-family: Catamaran, SansSerif;
    font-size: 15px;
    margin-bottom: 3px;
}

label
{
    transition: all ease-in-out .3s;
    position: relative;
    border-bottom: 1px dotted gray;
    padding-bottom: 5px;
}

    label.infolu
    {
        transition: all ease-in-out .3s;
        padding-left: 24px;
        position: relative;
    }

    label i img
    {
        position: absolute;
        top: -2px;
        width: 20px;
        left: 0;
        cursor: pointer;
    }

    label:hover
    {
        color: red;
    }

.close
{
    float: right;
    font-size: 30px;
    line-height: 1;
    color: red;
    text-shadow: 0 1px 0 #fff;
    opacity: 1;
    filter: alpha(opacity=20);
    position: absolute;
    right: 12px;
    top: 10px;
}

.modal-header
{
    position: relative;
}

.yazdir, .gonder
{
    transition: all ease-in-out .3s;
    font-size: 15px;
}

    .yazdir:hover, .gonder:hover
    {
        background: green;
        color: white;
    }

.koyu
{
    font-weight: bold;
}

.EkliUrun
{
    border-bottom: 1px solid lightgray;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.urunsil img
{
    width: 16px;
    margin-left: 5px;
    position: absolute;
    right: 1px;
    bottom: 2px;
}

.urunsil
{
    font-style: normal;
    cursor: pointer;
    /* float: right; */
    font-size: 14px!important;
    color: red;
    display: inline-block;
    text-align: right;
    position: relative;
    padding-right: 19px;
}

.ResimLink
{
    color: blue;
}

.ArizaliUrunler
{
    font-size: 15px;
}
.fiberlilogo
{
   display:none;
}

@media print
{
    .bilgiBant
    {
        display:none;
    }
    .navv
    {
        display:none;
    }
    .fiberlilogo
{
   display:table;
}
    .yazdirr
    {display:none
    }
    footer, .sosyalMedya
    {display:none
    }
    .header-container
    {
        display: none;
    }

    .ArizaFormContainer
    {
        padding: 10px 20px;
    }

    .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9
    {
        float: left;
    }

    .col-md-3
    {
        width: 25%;
    }

    .col-md-9
    {
        width: 100%;
    }

    .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9
    {
        position: relative;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .footer
    {
        display: none;
    }

    .kaydet_yazdir
    {
        display: none;
    }

    input
    {
        display: inline-block;
    }

    label
    {
        display: inline-block;
    }
}

.SeriNolu_Urun .col-md-3
{
    margin-bottom: 5px;
}

.linksn, .linksk, .linkdg
{
    width: 150px;
    height: auto;
}



.parallax-background
{
    width: 100%;
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    box-shadow: 0 0 3px rgba(0,0,0,0.09) inset;
    position: relative;
}

.catalog
{
    background-image: url(../img/catalogbg.jpg);
    color: #fff;
    padding: 109px 0 50px 0;
}

/*.parallax-background.dark .item-mask
{
    background: rgba(92, 92, 92, 0.20);
    box-shadow: 0 0 3px rgba(0,0,0,0.3) inset;
}*/

.parallax-background .item-mask
{
    z-index: 1;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 100%;
}

.text-align-center
{
    text-align: center;
}


.parallax-background .item-mask
{
    z-index: 1;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 100%;
}


.iletisimButonlar td img
{
    width: 75px;
}

.iletisimButonlar td
{ /*text-align:center;*/
}

.FormDoldur
{
    background: #f3f3f3;
    padding: 7px 5px;
    border-radius: 3px;
    margin-bottom: 10px;
    border: 1px dashed #dedede;
    transition: all ease-in-out .3s;
}

    .FormDoldur:hover
    {
        background: #e96300;
        padding: 7px 5px;
        border-radius: 3px;
        margin-bottom: 10px;
        border: 1px solid #dedede;
        color: white;
    }

.iletisimButonlar
{
    width: 100%;
}

    .iletisimButonlar div
    {
        position: relative;
        font-size: 18px;
        display: inline-block;
        line-height: 18px;
        display: inline-block;
    }

    .iletisimButonlar tr:nth-child(1) td
    {
        text-align: left;
        vertical-align: middle;
    }

    .iletisimButonlar td
    {
        width: 33.33%;
    }

.closed
{
    background: #ebebeb;
    color: #808080;
    line-height: 25px;
    position: absolute;
    right: 0;
    padding-top: 5px;
    text-align: center;
    top: 0;
    height: 30px;
    text-decoration: none;
    -moz-box-shadow: none!important;
    -webkit-box-shadow: none!important;
    box-shadow: !important;
    border-bottom: !important;
}

.closed
{
    float: right;
    font-size: 30px;
    line-height: 1;
    color: red;
    text-shadow: 0 1px 0 #fff;
    opacity: 1;
    filter: alpha(opacity=20);
    position: absolute;
    right: 12px;
    top: 10px;
    background: none;
    outline: none;
    border: none;
}

.Gonder
{
    padding: 5px 25px;
    background: #f3f3f3;
    border: 1px dotted lightgray;
}

.ArizaKayitSonu
{
    max-width: 1200px;
    margin: 20px auto;
    font-family: Arial;
    font-size: 13px;
}

    .ArizaKayitSonu table
    {
        width: 100%;
        border-collapse: collapse;
    }

        .ArizaKayitSonu .genelBilgiler2 td
        {
            padding: 5px 5px;
            font-family: Arial;
            font-size: 13px;
            border: 1px solid #e4e4e4;
            width: 16.66%;
        }
            .ArizaKayitSonu .arizaKalemler td
        {
            padding: 5px 5px;
            font-family: Arial;
            font-size: 13px;
            border: 1px solid #e4e4e4;
            
        }

.tdbold
{
    font-weight: bold;
    background: #f3f3f3;
}
/*.basgen
{
    width:150px;
}*/
/*.genelBilgiler td:nth-child(1), .genelBilgiler td:nth-child(3)
{width:15%; 
}
.genelBilgiler td:nth-child(2), .genelBilgiler td:nth-child(4)
{width:35%; 
}*/
.genelBilgiler2 td
{
    border-right: none!important;
    border-left: none!important;
    border-top: none!important;
    padding: 5px 5px;
    border-bottom: 1px dotted #dedede;
}

.genelBilgiler2 span
{
    width: 110px;
    display: inline-block;
}
