﻿body {
    margin-top: 15px;
    background-color: #eaeaea;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 14px;
}

.bootstrap-tagsinput {
    display: block;
    border-radius: 0px;
    line-height: 26px;
}

    .bootstrap-tagsinput .tag {
        border-radius: 0px;
        font-size: 14px;
        background-color: #285e8e;
    }

.yorum-sayi {
    margin-left: 5px;
    font-size: 23px;
}

.lupuseum-process-label {
    font-size: 16px;
    line-height: 16px;
}

.lupuseum-haberler-resim {
    height: 65px;
    width: 90px;
}

.lupuseum-kaynak {
    margin-top: 10px;
}

.form-signin {
    /*max-width: 350px;*/
    padding: 15px;
    margin: 0 auto;
}

.navbar-nav {
    float: right;
}


.body-content {
    margin-top: 75px;
}

.navbar-inverse {
    background-color: #285e8e;
    border-color: #285e8e;
}

.navbar-fixed-top {
    border-width: 0;
}

small {
    line-height: 15px;
    font-size: 12px;
    position: relative;
    display: block;
    margin-top: 5px;
}

.navbar-inverse .navbar-brand {
    color: #fff;
    font-size: 23px;
    font-weight: 700;
    padding: 0px;
    margin: 0 auto;
    padding-top: 14px;
    padding-left: 15px;
    /*font-family: 'Changa One', cursive;*/
    /*text-shadow: 2px 2px #000;*/
    /*margin-top:5px;*/
}

.navbar-inverse .navbar-nav > li > a {
    color: #fff;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    background-color: #eaeaea;
    color: #285e8e;
}

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border-color: transparent;
}

.facebookG_overlay {
    display: none;
}

    .facebookG_overlay.active {
        display: block;
    }

.facebookG_overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #eaeaea;
    /*opacity:0.8;*/
    z-index: 9999;
}

#facebookG {
    display: none;
}

    #facebookG.active {
        display: block;
    }

#facebookG {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 10000;
    width: 75px;
    margin-left: -37px;
    margin-top: -37px;
}

.facebook_blockG {
    background-color: #285E8E;
    border: 2px solid #000000;
    float: left;
    height: 53px;
    margin-left: 4px;
    width: 14px;
    opacity: 0.1;
    -moz-animation-name: bounceG;
    -moz-animation-duration: 1.2s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-direction: linear;
    -moz-transform: scale(0.7);
    -webkit-animation-name: bounceG;
    -webkit-animation-duration: 1.2s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-direction: linear;
    -webkit-transform: scale(0.7);
    -ms-animation-name: bounceG;
    -ms-animation-duration: 1.2s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-direction: linear;
    -ms-transform: scale(0.7);
    -o-animation-name: bounceG;
    -o-animation-duration: 1.2s;
    -o-animation-iteration-count: infinite;
    -o-animation-direction: linear;
    -o-transform: scale(0.7);
    animation-name: bounceG;
    animation-duration: 1.2s;
    animation-iteration-count: infinite;
    animation-direction: linear;
    transform: scale(0.7);
}

#blockG_1 {
    -moz-animation-delay: 0.36s;
    -webkit-animation-delay: 0.36s;
    -ms-animation-delay: 0.36s;
    -o-animation-delay: 0.36s;
    animation-delay: 0.36s;
}

#blockG_2 {
    -moz-animation-delay: 0.48s;
    -webkit-animation-delay: 0.48s;
    -ms-animation-delay: 0.48s;
    -o-animation-delay: 0.48s;
    animation-delay: 0.48s;
}

#blockG_3 {
    -moz-animation-delay: 0.6s;
    -webkit-animation-delay: 0.6s;
    -ms-animation-delay: 0.6s;
    -o-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

@-moz-keyframes bounceG {
    0% {
        -moz-transform: scale(1.2);
        opacity: 1
    }

    100% {
        -moz-transform: scale(0.7);
        opacity: 0.1
    }
}

@-webkit-keyframes bounceG {
    0% {
        -webkit-transform: scale(1.2);
        opacity: 1
    }

    100% {
        -webkit-transform: scale(0.7);
        opacity: 0.1
    }
}

@-ms-keyframes bounceG {
    0% {
        -ms-transform: scale(1.2);
        opacity: 1
    }

    100% {
        -ms-transform: scale(0.7);
        opacity: 0.1
    }
}

@-o-keyframes bounceG {
    0% {
        -o-transform: scale(1.2);
        opacity: 1
    }

    100% {
        -o-transform: scale(0.7);
        opacity: 0.1
    }
}

@keyframes bounceG {
    0% {
        transform: scale(1.2);
        opacity: 1
    }

    100% {
        transform: scale(0.7);
        opacity: 0.1
    }
}

.lupuseum-process-button {
    padding: 5px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 20px;
    line-height: 20px;
    margin-left: 5px;
}

.lupuseum-process-editor-button {
    padding: 4.5px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 20px;
    line-height: 20px;
    margin-left: 5px;
    margin-top: 5px;
}

.table-form-inline .form-control {
    width: 85%;
}

.table-form-inline .lupuseum-process-editor-button {
    width: 15%;
    padding: 4.5px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 20px;
    line-height: 20px;
    margin-left: 0px;
    margin-top: 0px;
}

.tooltip {
    font-size: 13px;
}


.lupuseum-dev-button {
    height: 52px;
}

.lupuseum-dev-button-plus {
    margin-top: -3px;
}

.lupuseum-dev-button span {
    font-size: 25px;
    line-height: 45px;
    height: 45px;
}

.lupuseum-section-button {
    width: 48px;
    height: 36px;
    margin-top: 8px;
    padding: 0px;
}

    .lupuseum-section-button span {
        font-family: 'Oswald', 'sans-serif';
        font-size: 14px;
        font-weight: 700;
        line-height: 30px;
    }

.lupuseum-panel {
    -webkit-box-shadow: none;
    box-shadow: none;
}


.lupuseum-baslik {
    /*font-size: 36px;
    font-weight:500;
    line-height: 36px;
    height: 70px*/
}

.lupuseum-alt-baslik {
    /*font-size: 24px;
    font-weight:500;
    line-height: 27px;
    height: 50px*/
}





.lupuseum-panel-2 .panel-body {
    padding: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.lupuseum-panel-form .panel-body {
    padding: 30px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.lupuseum-resim-icerik {
    min-height: 255px;
}

#lupuseum-ozellikler {
    display: none;
}

.lupuseum-buttons {
    display: none;
}

.lupuseum-section-buttons-row {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    box-shadow: -2px 0 15px #666;
}




label {
    font-size: 16px;
}

.lupuseum-modal-body-resimler {
    /*padding-bottom:0px;*/
}

.lupuseum-images-gallery {
    margin-top: 10px;
}

.progress {
    margin-top: 10px;
    margin-bottom: 0px;
}

.lupuseum-image-checkbox {
    margin-top: 5px;
    margin-left: 5px;
}


.lupuseum-image-remove {
    position: absolute;
    right: 0;
    top: 0;
    margin-bottom: -3px;
    margin-right: 5px;
}

.lupuseum-editor {
    margin-bottom: 250px;
}


.lupuseum-code {
    font-size: 17px;
    display: inline-block;
    width: 100%;
    text-align: center;
    line-height: 28px;
    width: 55px;
    height: 30px;
    margin: 0;
    background-color: #d2322d;
    color: #fff;
    font-weight: 700;
    margin-right: 15px;
    top: -8px;
    position: relative;
}

.lupuseum-order {
    font-size: 17px;
    display: inline-block;
    width: 100%;
    text-align: center;
    line-height: 28px;
    width: 55px;
    height: 30px;
    margin: 0;
    background-color: #3276b1;
    color: #fff;
    font-weight: 700;
    margin-right: 15px;
    top: -8px;
    position: relative;
}

.lupuseum-update-time {
    margin-left: 15px;
    font-size: 13px;
    /*font-style:italic;*/
}


/*.lupuseum-user-login-row {
    padding-left:15px;
    padding-right:15px;
}*/

.lupuseum-footer {
    padding-left: 15px;
    padding-right: 15px;
}

h3 {
    margin-top: 10px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #285e8e;
}

h4 {
    margin-top: 10px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #285e8e;
}

.form-signin-heading {
    margin-top: 0px;
}

.form-control {
    background-color: #f7f7f7;
}

.cekirdek-web-textblock {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #f7f7f7;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}


.checkbox {
    margin-top: 0px;
    margin-bottom: 2px;
    background-color: #fff;
    color: #000;
    padding: 4px;
}

    .checkbox label {
        margin-left: 2px;
        font-size: 13px;
    }

    .checkbox .chkBox {
        width: 19px;
        height: 19px;
        margin: 0 auto !important;
    }

/*.lupuseum-secili-fotograflari-aktar-button {
    margin-top:15px;
}*/


.lupuseum-foto-baslik {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    border: 0px none;
}

.remove {
    display: none;
}

.table-lupuseum {
    margin-bottom: 0px;
}

.btn-tablo-sil {
    margin-left: 0px;
    margin-top: 0px;
}

.sss-container .lupuseum-icerik {
    margin-top: 10px;
}

.sss-container  .btn-sss-sil {
    margin-left: 0px;
    margin-right: 5px;
    margin-top: 10px;
}

.sss-container .row {
    margin-left: 0px;
    margin-right: 0px;
}


.bold {
    font-weight: bold;
}

.marginTop15 {
    margin-top: 15px;
}

.marginRight5 {
    margin-right: 5px;
}

.sosyal-image {
    display: block;
    width: 268px;
    max-height: 268px;
    background-color: #999;
}

.menu-image {
    display: block;
    width: 268px;
    max-height: 268px;
    background-color: #999;
}

.icon-image {
    display: block;
    width: 268px;
    max-height: 268px;
    background-color: #999;
}

.sayfa-image {
    display: block;
    width: 268px;
    max-height: 268px;
    background-color: #999;
}

.sosyalLabel {
    display: block;
    margin-bottom: 10px;
}

.sosyalResimSec {
    margin-left: 0px;
    margin-bottom: 8px;
    margin-top: -2px;
    padding-right: 12px;
    font-size: 17px;
}

.resimSecYazi {
    font-size: 15px;
    margin: 0px auto;
    margin-left: 5px;
    padding: 0px;
    top: -2px;
    position: relative;
}

.sosyal-image,
.menu-image,
.icon-image,
.sayfa-image {
    width: 100%;
}

.editorButonlari {
    padding-left: 5px;
    padding-bottom: 8px;
}

.lupuseum-no-image-2 {
    width: 100%;
}

.btn-primary,
.btn-default,
.btn-success,
.btn-danger,
.btn-info,
.btn-warning {
    border-radius: 0px;
}

.tooltip-inner {
    border-radius: 0px;
}

.form-control {
    border-radius: 0px;
}

.lupuseum-footer p a,
.lupuseum-footer p a:active,
.lupuseum-footer p a:focus {
    color: #333;
    text-decoration: none;
}

    .lupuseum-footer p a:hover {
        color: #285e8e;
        text-decoration: none;
    }

.navbar-inverse .navbar-brand {
    font-family: 'Changa One', cursive;
    font-size: 30px;
    font-weight: 300;
}

.panel-default {
    border-radius: 0px;
}

.lupuseum-panel-2 .panel-body {
    padding-bottom: 10px;
}

#lupuseum-page-list .panel-body:hover,
#website-list .panel-body:hover {
    background-color: #f6f6f6;
}

.lupuseum-code,
.lupuseum-order {
    line-height: 30px;
}

.lupuseum-code {
    width: 65px;
}

.checkbox .chkBox {
    margin-left: -25px !important;
}

.modal-content {
    border-radius: 0px;
}

.modal-title {
    font-weight: 600;
}

.img-thumbnail {
    border-radius: 0px;
}

.lupuseum-image-list {
    padding-left: 0px;
    padding-right: 0px;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #eee;
}

.input-group-addon {
    border-radius: 0px;
}

.btn-yardimci {
    margin-top: -16px;
    float: right;
}

.btn-yardimci-editor {
    margin-top: -1px;
    float: right;
    margin-bottom: 5px;
}

.btn-yardimci-2 {
    margin-top: -1px;
    float: right;
    margin-bottom: 5px;
}

.btn-yardimci .btn-default,
.btn-yardimci .btn-default:active,
.btn-yardimci .btn-default:focus {
    font-size: 13px;
    padding: 3px;
    padding-left: 15px;
    padding-right: 15px;
}

.img-slide {
    height: 193px;
}

.modal-lg {
    width: 975px;
}

.cogen {
    color: #fff;
    margin-left: 10px;
    margin-top: 18px;
    display: inline-block;
    font-weight: 300;
    font-family: 'Changa One', cursive;
    font-size: 16px;
}

.lupuseum-image-list-page {
    margin-left: -15px;
    margin-right: -15px;
}

    .lupuseum-image-list-page .col-md-3 {
        margin-top: 0px !important;
        margin-bottom: 15px !important;
    }


.tablo-button-sil{
    width: 58px;
}

.dateTime {
    font-weight: 300;
    font-size: 13px;
}

#siparisListesi th,
#siparisListesi2 th {
    background-color: #285e8e;
    color: #fff;
}

#siparisListesi td,
#siparisListesi2 td {
    border: 1px solid #ccc;
}

#frontImageList .image,
#sideImageList .image,
#backImageList .image {
    height: 200px;
    width: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border: 1px solid #ddd;
}

.lupuseum-images-gallery {
    padding: 0px 10px;
}

.lupuseum-images-gallery div {
    padding: 5px;
    margin: 0px !important;
}

    .lupuseum-images-gallery a,
    .lupuseum-images-gallery a:active,
    .lupuseum-images-gallery a:focus {
        text-transform: lowercase;
        color: #285e8e;
    }

    .lupuseum-images-gallery a:hover {
        color: #d2322d;
        text-decoration: none;
    }