﻿/* Utils */
.m-b-10 {
    margin-bottom: 10px;
}

.p-b-25 {
    padding-bottom: 25px;
}

.p-b-30 {
    padding-bottom: 30px;
}

.p-b-45 {
    padding-bottom: 45px;
}

.p-b-230 {
    padding-bottom: 230px;
}

.p-t-10 {
    padding-top: 10px;
}

.p-t-20 {
    padding-top: 20px;
}

.p-t-25 {
    padding-top: 25px;
}

.p-t-190 {
    padding-top: 190px;
}

body {
    padding: 0
}

#ipadresi {
    position: absolute;
    bottom: 40px;
    left: 0px;
    width: 100%;
    justify-content: center;
    display: flex;
}
#sosyalmedyacontainer a {
    color: white;
    font-size: 1.3em;
    text-shadow: 0 0 10px rgba(0,0,0,1);
}

#sosyalmedyacontainer {
    position: absolute;
    bottom: 10px;
    left: 0px;
    width: 100%;
    justify-content: center;
    display: flex;
}


.social-media {
    margin-left: 5px;
    padding-left: 5px;
    border-left: 2px solid rgba(255,255,255,.5);
}

    .social-media:first-child {
        border-left: none;
    }

#sosyalmedyakismi {
    display: flex;
}

/* Remmeber Me */
.remember-me {
    padding-top: 5px;
    border-radius: 25px;
    background-color: rgba(0,0,0,.3);
    zoom: 1.3;
    color: white;
}

    .remember-me > input[type=checkbox] {
        position: relative;
        top: 3px;
    }

/*//////////////////////////////////////////////////////////////////
[ FONT ]*/

@font-face {
    font-family: Montserrat-Regular;
    src: url('/_css/fonts/montserrat/Montserrat-Regular.ttf');
}

@font-face {
    font-family: Montserrat-ExtraBold;
    src: url('/_css/fonts/montserrat/Montserrat-ExtraBold.ttf');
}

@font-face {
    font-family: Montserrat-Bold;
    src: url('/_css/fonts/montserrat/Montserrat-Bold.ttf');
}


/*//////////////////////////////////////////////////////////////////
[ RESTYLE TAG ]*/

* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

body, html {
    height: 100%;
    font-family: Montserrat-Regular, sans-serif;
}

/*---------------------------------------------*/
a {
    font-family: Montserrat-Regular;
    font-size: 14px;
    line-height: 1.7;
    color: #666666;
    margin: 0px;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
}

    a:focus {
        outline: none !important;
    }

    a:hover {
        text-decoration: none;
        color: #fff;
    }

/*---------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
    margin: 0px;
}

p {
    font-family: Montserrat-Regular;
    font-size: 14px;
    line-height: 1.7;
    color: #666666;
    margin: 0px;
}

ul, li {
    margin: 0px;
    list-style-type: none;
}


/*---------------------------------------------*/
input {
    outline: none;
    border: none;
}

textarea {
    outline: none;
    border: none;
}

    textarea:focus, input:focus {
        border-color: transparent !important;
    }

        input:focus::-webkit-input-placeholder {
            color: transparent;
        }

        input:focus:-moz-placeholder {
            color: transparent;
        }

        input:focus::-moz-placeholder {
            color: transparent;
        }

        input:focus:-ms-input-placeholder {
            color: transparent;
        }

        textarea:focus::-webkit-input-placeholder {
            color: transparent;
        }

        textarea:focus:-moz-placeholder {
            color: transparent;
        }

        textarea:focus::-moz-placeholder {
            color: transparent;
        }

        textarea:focus:-ms-input-placeholder {
            color: transparent;
        }

input::-webkit-input-placeholder {
    color: #999999;
}

input:-moz-placeholder {
    color: #999999;
}

input::-moz-placeholder {
    color: #999999;
}

input:-ms-input-placeholder {
    color: #999999;
}

textarea::-webkit-input-placeholder {
    color: #999999;
}

textarea:-moz-placeholder {
    color: #999999;
}

textarea::-moz-placeholder {
    color: #999999;
}

textarea:-ms-input-placeholder {
    color: #999999;
}

/*---------------------------------------------*/
button {
    outline: none !important;
    border: none;
    background: transparent;
}

    button:hover {
        cursor: pointer;
    }

iframe {
    border: none !important;
}


/*//////////////////////////////////////////////////////////////////
[ Utility ]*/
.txt1 {
    font-family: Montserrat-Regular;
    font-size: 16px;
    color: #cccccc;
    line-height: 1.4;
}

.bo1 {
    border-bottom: 1px solid #999999;
}

.hov1:hover {
    border-color: #d33f8d;
}


/*//////////////////////////////////////////////////////////////////
[ login ]*/

.limiter {
    width: 100%;
    margin: 0 auto;
}

.container-login100 {
    width: 100%;
    min-height: 100vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 15px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 1;
    /*background-image: url('https://source.unsplash.com/collection/4917894/1920x1080');*/
}

    .container-login100::before {
        content: "";
        display: block;
        position: absolute;
        z-index: -1;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: #0a1e3e;
        background: -webkit-linear-gradient(bottom, #000000, #7e8486);
        background: -o-linear-gradient(bottom, #000000, #7e8486);
        background: -moz-linear-gradient(bottom, #000000, #7e8486);
        background: linear-gradient(bottom, #000000, #7e8486);
        opacity: 0.5;
    }

.wrap-login100 {
    width: 390px;
    background: transparent;
}



/*------------------------------------------------------------------
[  ]*/
.login100-form {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.login100-form-title {
    font-family: Montserrat-ExtraBold;
    font-size: 24px;
    color: #fff;
    line-height: 1.2;
    text-align: center;
    width: 100%;
    display: block;
}

/*---------------------------------------------*/
.login100-form-avatar {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto;
}

    .login100-form-avatar img {
        width: 100%;
    }


/*---------------------------------------------*/
.wrap-input100 {
    position: relative;
    width: 100%;
    z-index: 1;
}

.input100 {
    font-family: Montserrat-Bold;
    font-size: 15px;
    line-height: 1.2;
    color: #333333;
    display: block;
    width: 100%;
    background: #fff;
    height: 50px;
    border-radius: 25px;
    padding: 0 30px 0 53px;
}


/*------------------------------------------------------------------
[ Focus ]*/
.focus-input100 {
    display: block;
    position: absolute;
    border-radius: 25px;
    bottom: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    box-shadow: 0px 0px 0px 0px;
    color: rgba(0,91,234, 0.6);
}

.input100:focus + .focus-input100 {
    -webkit-animation: anim-shadow 0.5s ease-in-out forwards;
    animation: anim-shadow 0.5s ease-in-out forwards;
}

@-webkit-keyframes anim-shadow {
    to {
        box-shadow: 0px 0px 80px 30px;
        opacity: 0;
    }
}

@keyframes anim-shadow {
    to {
        box-shadow: 0px 0px 80px 30px;
        opacity: 0;
    }
}

.symbol-input100 {
    font-size: 15px;
    color: #999999;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    position: absolute;
    border-radius: 25px;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-left: 30px;
    pointer-events: none;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

.input100:focus + .focus-input100 + .symbol-input100 {
    color: #00c6fb;
    padding-left: 23px;
}


/*------------------------------------------------------------------
[ Button ]*/
.container-login100-form-btn {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.login100-form-btn {
    font-family: Montserrat-Bold;
    font-size: 15px;
    line-height: 1.5;
    color: #e0e0e0;
    width: 100%;
    height: 50px;
    border-radius: 25px;
    background: #333333;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 25px;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    position: relative;
    z-index: 1;
    border: 1px double rgba(255,255,255,0.4);
}

    .login100-form-btn::before {
        content: "";
        display: block;
        position: absolute;
        z-index: -1;
        width: 100%;
        height: 100%;
        border-radius: 25px;
        top: 0;
        left: 0;
        background: #005bea;
        background: -webkit-linear-gradient(left, #005bea, #00c6fb);
        background: -o-linear-gradient(left, #005bea, #00c6fb);
        background: -moz-linear-gradient(left, #005bea, #00c6fb);
        background: linear-gradient(left, #005bea, #00c6fb);
        -webkit-transition: all 0.4s;
        -o-transition: all 0.4s;
        -moz-transition: all 0.4s;
        transition: all 0.4s;
        opacity: 0;
    }

    .login100-form-btn:hover {
        background: transparent;
        color: #fff;
    }

        .login100-form-btn:hover:before {
            opacity: 1;
        }

/*------------------------------------------------------------------
[ Button sign in with ]*/
.btn-face,
.btn-google {
    font-family: Raleway-Bold;
    font-size: 16px;
    line-height: 1.2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc((100% - 10px) / 2);
    height: 40px;
    border-radius: 3px;
    border: 1px solid #e6e6e6;
    background-color: #fff;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}


.btn-face {
    color: #3b5998;
}

    .btn-face i {
        font-size: 20px;
        margin-right: 10px;
        padding-bottom: 1px;
    }

.btn-google {
    color: #555555;
}

    .btn-google img {
        width: 19px;
        margin-right: 10px;
        padding-bottom: 1px;
    }


    .btn-face:hover,
    .btn-google:hover {
        border-color: #d33f8d;
    }



/*------------------------------------------------------------------
[ Alert validate ]*/

.validate-input {
    position: relative;
}

.alert-validate::before {
    content: attr(data-validate);
    position: absolute;
    max-width: 70%;
    background-color: white;
    border: 1px solid #c80000;
    border-radius: 14px;
    padding: 4px 25px 4px 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 8px;
    pointer-events: none;
    font-family: Montserrat-Bold;
    color: #c80000;
    font-size: 13px;
    line-height: 1.4;
    text-align: left;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    -o-transition: opacity 0.4s;
    -moz-transition: opacity 0.4s;
    transition: opacity 0.4s;
}

.alert-validate::after {
    content: "\f06a";
    font-family: FontAwesome;
    display: block;
    position: absolute;
    color: #c80000;
    font-size: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 13px;
}

.alert-validate:hover:before {
    visibility: visible;
    opacity: 1;
}

@media (max-width: 992px) {
    .alert-validate::before {
        visibility: visible;
        opacity: 1;
    }
}

/*//////////////////////////////////////////////////////////////////
[ responsive ]*/

@media (max-width: 576px) {
    .wrap-login100 {
        padding-left: 15px;
        padding-right: 15px;
    }
}

/* Start: Switch Checkbox Design */
.tzCheckBox {
    background: url('../_imgs/checkboxbackground.png') no-repeat right bottom;
    display: inline-block;
    min-width: 60px;
    height: 33px;
    white-space: nowrap;
    position: relative;
    cursor: pointer;
    margin-left: 14px;
}

    .tzCheckBox.checked {
        background-position: top left;
        margin: 0 14px 0 0;
    }

    .tzCheckBox .tzCBContent {
        text-shadow: 1px 1px 3px rgba(0,0,0,.5);
        color: white;
        line-height: 31px;
        padding-right: 38px;
        text-align: right;
    }

    .tzCheckBox.checked .tzCBContent {
        text-align: left;
        padding: 0 0 0 38px;
    }

.tzCBPart {
    background: url('../_imgs/checkboxbackground.png') no-repeat left bottom;
    width: 14px;
    position: absolute;
    top: 0;
    left: -14px;
    height: 33px;
    overflow: hidden;
}

.tzCheckBox.checked .tzCBPart {
    background-position: top right;
    left: auto;
    right: -14px;
}
/* End: Switch Checkbox Design */


body {
    padding-top: 0px;
}

#firmaustkisim {
    text-align: center;
    display: block;
    margin-top: 5px;
}

#firmaustkisimcontainer {
    margin-left: 100px;
    display: inline-block;
}

.firmaustkisimlogin {
    display: inline-block !important;
    zoom: .5
}

#firmaaltkisim {
    text-align: center;
    display: block;
    margin-top: 200px;
}

#firmaaltkisimcontainer {
    margin-left: auto;
    display: inline-block;
    text-align: left;
}

.headersection {
    position: relative
}

.OzelButton .rtbText, .templateText {
    white-space: normal;
    width: 88px;
    line-height: 16px;
    display: inline-block;
    text-align: center;
}

.templateText {
    width: 150px
}

.txtboyut {
    font-size: 20px !important;
}

.txt {
    font-size: 20px !important;
}

.mainsection {
    text-align: center;
    width: 100%;
    display: block;
}

.sorgubolumu {
    width: 550px;
    margin: 20px 10px 0 10px;
    margin-left: auto;
    display: inline-block;
    position: relative;
    text-align: left;
}

.sorgusonucbolumu {
    width: 550px;
    margin: 20px 2px 2px 2px;
    margin-left: auto;
    display: inline-block;
    position: relative;
    text-align: left;
}

.middlesection {
    position: relative;
}

#uyegirisi {
    text-align: center;
    display: block;
}

#uyegirisiiccontainer {
    margin: auto;
}

.uyegiristable td {
    vertical-align: middle;
}

.sifremiunuttumhref, .guncellemeyaphref {
    text-shadow: 1px 1px 2px #000;
    color: #fff;
    display: inline-block;
    width: 146px;
    border: 1px solid rgba(255,255,255,0.4);
    background-color: rgba(51,51,51,1);
    border-radius: 15px;
}

guncellemeyaphref {
    display:none;
}

.sifremiunuttumhref:hover, .guncellemeyaphref:hover {
    color: #fff;
    border: 1px solid rgba(255,255,255,0.6);
    background-color: rgba(71,81,91,1);
}

.login100-form-title {
    text-shadow: 1px 1px 2px #000;
    color: #fff
}

.sutun1 {
    font-size: 1.8em;
}

.sutun3 {
    height: 50px;
}

.tableheader38center h2 {
    font-size: 18px !important;
}

.benihatirla {
    display: inline-block;
    margin-left: auto;
    float: left;
    padding-left: 40px;
    padding-top: 13px;
}

#lstAlicilar .rlbImage {
    max-width: 32px;
    max-height: 32px;
}

kbd {
    background-color: #484848;
    font-size: 100% !important
}

.rlvHeader th {
    background: linear-gradient(to bottom, #ffffff 0%,#fdfdfd 12%,#f1f1f1 33%,#e2e2e1 69%,#e4e3e2 84%,#e9e9e8 92%,#f3f3f3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f3f3f3',GradientType=0 );
    box-shadow: 0 1px 2px #d7d7d7;
    color: #797979;
    font-weight: lighter;
    border: 1px solid #b3b3b3;
}

.rlvIc td {
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding-top: 5px
}

.rlvJ td, .rlvJ2 td {
    padding-bottom: 10px;
    border-top: 1px dotted #ccc;
    border-bottom: 1px solid #bbb
}

.rlvIa td, .rlvA td {
    padding-top: 10px !important;
    padding-bottom: 5px !important;
    border: 0px !important;
    background: linear-gradient(to bottom, #ffffff 0%,#fdfdfd 12%,#f1f1f1 33%,#e2e2e1 69%,#e4e3e2 84%,#e9e9e8 92%,#eeeeee 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=0 );
}

.rlvJ td {
    background-color: #dee;
}

.rlvA td {
    background: linear-gradient(to bottom, #ffffff 0%,#fdfdfd 12%,#f1f1f1 33%,#e2e2e1 69%,#e4e3e2 84%,#e9e9e8 92%,#CCCCCC 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#CCCCCC',GradientType=0 );
}

.rlvJ2 td {
    padding-bottom: 10px;
    background-color: #cdd;
}

#collapseOne {
    background-color: #E7F2FF;
}

#filtrekismi {
    width: 100%;
    margin: 5px 2px;
    padding: 5px;
    display: inline-block;
    border-radius: 4px;
    background-color: #E7F2FF;
}

.filtrekutu {
    border: 1px solid #ddd;
    border-radius: 4px;
    display: block;
    float: left;
    margin-right: 10px;
    padding: 3px 4px;
}

    .filtrekutu .filtremetin1, .filtrekutu .filtremetin2 {
        float: left;
        display: inline-block;
        padding: 5px 2px;
        color: #5277A2;
    }

.filtreicdiv {
    float: left;
    clear: left;
}

.fiyatclass {
    margin-left: -5px;
}

.CompanyLogoContainer {
    border: 1px solid #fff;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

#lblsonuc {
    color: #fb7979;
    text-shadow: 1px 1px 2px #000;
    text-decoration: underline;
    margin-top: 7px;
}

@media only screen and (min-width: 700px) {
    .firmaustkisimlogin {
        display: inline-block !important;
        position: absolute;
        right: 0px;
        top: 0px;
        transform: scale(0.5);
        transform-origin: right;
        -ms-transform: scale(0.5);
        -moz-transform: scale(0.5);
        -webkit-transform: scale(0.5);
        -o-transform: scale(0.5);
        zoom: normal
    }
}

@media only screen and (max-width: 700px) {
    .RadToolBar .rtbIn {
        text-align: center
    }

    .rtbText {
        display: block !important
    }

    .firmaustlogo > img {
        width: 96px;
        height: 96px;
    }

    .firmaustkisim .firmabaslik {
        font-size: 45px !important;
    }

    #RadToolBar1, #lstAlicilar {
        width: 100% !important;
    }

    .rtbInner {
        overflow: scroll
    }

    #filtrekismi > .filtrekutu {
        margin-bottom: 10px;
        width: 100%;
    }

        #filtrekismi > .filtrekutu > .filtreicdiv {
            width: 100%;
        }

            #filtrekismi > .filtrekutu > .filtreicdiv > span.RadInput, #filtrekismi > .filtrekutu > div.RadComboBox, #filtrekismi > .filtrekutu > .filtreicdiv > div.RadPicker.RadPicker_Metro > span.riSingle.RadInput.RadInput_Metro {
                width: 100% !important;
            }

            #filtrekismi > .filtrekutu > .filtreicdiv > div.RadPicker.RadPicker_Metro {
                width: initial !important;
            }

        #filtrekismi > .filtrekutu > div.RadComboBox {
            width: initial !important;
        }

    #btnFilterPanel {
        padding-left: 0 !important;
    }
}

#pageSlider, #btnSorgulamaYap {
    box-sizing: initial !important;
}

.bilgiler .row {
    margin: 10px 0px;
}

    .bilgiler .row div[class^="col-"] {
        margin: 5px 0px;
    }
