﻿@import url("Countdown.css");
@import url("menu.css");
@import url("Sepet.css");
@import url("Pager.css");
@import url("Login.css");
@import url("smoothness/jquery-ui-1.10.0.custom.min.css");
@import url("Camera/Camera.css");
@import url("Treeview/Treeview.css");
@import url("Fancybox/jquery.fancybox.css");
@import url("Fancybox/helpers/jquery.fancybox-buttons.css");
@import url("Fancybox/helpers/jquery.fancybox-thumbs.css");

@import url("Chat/Chat.css");
@import url("CarouselCss/Carousel.css");
@import url("jMenuCss/jMenu.jquery.css");

body {
    font-family: arial, helvetica, sans-serif;
    line-height: 0.9;
}

* {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.table-borderless > tbody > tr > td,
.table-borderless > tbody > tr > th,
.table-borderless > tfoot > tr > td,
.table-borderless > tfoot > tr > th,
.table-borderless > thead > tr > td,
.table-borderless > thead > tr > th {
    border: none;
}

.table-pull-middle > tbody > tr > td,
.table-pull-middle > tbody > tr > th,
.table-pull-middle > tfoot > tr > td,
.table-pull-middle > tfoot > tr > th,
.table-pull-middle > thead > tr > td,
.table-pull-middle > thead > tr > th {
    vertical-align: middle;
}

.magnifier {
    top: 28px;
    left: 40%;
    position: relative;
    width: 24px;
    height: 24px;
    z-index: 1;
    cursor: pointer;
    background: url(Fancybox/helpers/cursors.png) no-repeat;
}

.input-table-overflowFix td input {
    max-width: 95%;
}

.input-table-overflowFix td select {
    max-width: 95%;
}

.input-table-overflowFix td textarea {
    max-width: 95%;
}

.bulut {
    color: #fff;
}

    .bulut:hover {
        color: #fff;
    }

.bulut1 {
    color: #fff;
    position: absolute;
    top: 20000px;
}

    .bulut1:hover {
        color: #fff;
    }

.DownloadTable {
    width: 100%;
    font-size: 18px;
    color: #0ba037;
}

    .DownloadTable td {
        border: 1px solid #96D396;
        padding: 5px;
        text-align: center;
    }

    .DownloadTable img {
        width: 83px;
        cursor: pointer;
    }

    .DownloadTable div {
        background-color: #93bc93;
        color: white;
        font-size: 20px;
        font-weight: bold;
        text-align: center;
        padding: 6px;
        border: #d8d5d5 solid 1px;
        -webkit-border-radius: 7px;
        -moz-border-radius: 7px;
        border-radius: 7px;
    }

.PoweredBySimsar {
    text-align: center;
    width: 100%;
    font-size: 11px;
    font-weight: bold;
    color: #A8A8A8;
    clear: both;
}

    .PoweredBySimsar a {
        text-decoration: none;
        color: #003f00;
    }

        .PoweredBySimsar a:hover {
            color: #0ba037;
        }

.sepetZindex {
    z-index: 99999999 !important;
    position: fixed !important;
    border: #d8d5d5 solid 1px !important;
    -webkit-border-radius: 7px !important;
    -moz-border-radius: 7px !important;
    border-radius: 7px !important;
    background-color: white !important;
    width: 250px !important;
    height: 70px !important;
    overflow: hidden !important;
    top: 20px !important;
}

.blink {
    -webkit-animation: blink 1s steps(5, start) infinite;
    -moz-animation: blink 1s steps(5, start) infinite;
    -o-animation: blink 1s steps(5, start) infinite;
    animation: blink 1s steps(5, start) infinite;
}

@-webkit-keyframes blink {
    to {
        visibility: hidden;
    }
}

@-moz-keyframes blink {
    to {
        visibility: hidden;
    }
}

@-o-keyframes blink {
    to {
        visibility: hidden;
    }
}

@keyframes blink {
    to {
        visibility: hidden;
    }
}

/*********************************************************************************************************************/
/*  SERVİS STYLE             */
/*********************************************************************************************************************/

.servistablelaout {
    width: 100%;
}

    .servistablelaout td {
        vertical-align: top;
    }

.title {
    color: #2020f6;
    font-weight: bold;
    width: 125px;
    white-space: nowrap;
    overflow: hidden;
}

.split {
    color: #2020f6;
    font-weight: bold;
    width: 3px;
}

.swapTr {
    background-color: #e3e3e3;
}

/* jQuery Growl
 * Copyright 2015 Kevin Sylvestre
 * 1.3.2
 */
#growls {
    z-index: 50000;
    position: fixed;
}

    #growls.default {
        top: 10px;
        right: 10px;
    }

    #growls.tl {
        top: 10px;
        left: 10px;
    }

    #growls.tr {
        top: 10px;
        right: 10px;
    }

    #growls.bl {
        bottom: 10px;
        left: 10px;
    }

    #growls.br {
        bottom: 10px;
        right: 10px;
    }

    #growls.tc {
        top: 10px;
        right: 10px;
        left: 10px;
    }

    #growls.bc {
        bottom: 10px;
        right: 10px;
        left: 10px;
    }

        #growls.tc .growl, #growls.bc .growl {
            margin-left: auto;
            margin-right: auto;
        }

.growl {
    opacity: 0.8;
    filter: alpha(opacity=80);
    position: relative;
    border-radius: 4px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

    .growl.growl-incoming {
        opacity: 0;
        filter: alpha(opacity=0);
    }

    .growl.growl-outgoing {
        opacity: 0;
        filter: alpha(opacity=0);
    }

    .growl.growl-small {
        width: 200px;
        padding: 5px;
        margin: 5px;
    }

    .growl.growl-medium {
        width: 250px;
        padding: 10px;
        margin: 10px;
    }

    .growl.growl-large {
        width: 300px;
        padding: 15px;
        margin: 15px;
    }

    .growl.growl-default {
        color: #FFF;
        background: #7f8c8d;
    }

    .growl.growl-error {
        color: #FFF;
        background: #C0392B;
    }

    .growl.growl-notice {
        color: #FFF;
        background: #2ECC71;
    }

    .growl.growl-warning {
        color: #FFF;
        background: #F39C12;
    }

    .growl .growl-close {
        cursor: pointer;
        float: right;
        font-size: 14px;
        line-height: 18px;
        font-weight: normal;
        font-family: helvetica, verdana, sans-serif;
    }

    .growl .growl-title {
        font-size: 18px;
        line-height: 24px;
    }

    .growl .growl-message {
        font-size: 14px;
        line-height: 18px;
    }


@media(min-width: 768px) {
    .field-label-responsive {
        padding-top: .9rem;
        text-align: left;
    }
}