﻿body {
   
    background-image:url("../Content/Resimler/UygulamaArkaPlan.png");
    background-position:top;
    background-repeat:repeat-y;
    background-size:cover;
    height:100%;
    background-attachment:fixed;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    /*padding-left: 15px;
    padding-right:15px;*/          
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal {
    white-space:normal;    
    /*border-bottom:1px solid;
    border-bottom-color:lightgray;*/    
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    
}

html
{
    height:100%;
}

/*dl {
    margin-bottom:10px;
}
 
dl dt {
    background:white;
    color:black;
    float:inherit; 
    font-weight:bold;      
    padding:5px;  
    width:200px; 
}
 
dl dd {    
    background:white;
    color:grey;
    float:inherit; 
    font-weight:bold;      
    padding:5px;  
    width:200px; 
    
}*/

div.dataTables_wrapper div.dataTables_paginate { text-align: center !important }

.bkuruhsattable tr > td, .bkuruhsattable tr > th { text-align: left !important; background: rgba(255, 255, 255, 0.38) }
.bkuruhsattable tr > th {font-weight: bold; background-color: rgba(255, 255, 255, 0.38); color: #464646; }
.bkuruhsattable table { margin-bottom: 0px; background-color: transparent !important }

.icTablo tr > td, .icTablo tr > th { text-align: center !important; background: rgba(255, 255, 255, 0.38) }

.twitter-typeahead {
    width: 100% !important;
}

.twitter-typeahead input{
    width: 100% !important;
}
.twitter-typeahead pre{
    width: 100% !important;
}
.twitter-typeahead span{
    width: 100% !important;
}

.ozel-bottom {
    background-color: rgb(0, 50, 84); 
    color: #ccc; 
    padding: 12px;
    font-size: 14px;    
}

.marginTop14 {
    margin-top: 14px !important;
}

.marginTop10 {
    margin-top: 10px !important;
}

.marginTop7 {
    margin-top: 7px !important;
}

.marginTop5 {
    margin-top: 5px !important;
}

.marginTop4 {
    margin-top: 4px !important;
}

.marginTop2 {
    margin-top: 2px !important;
}



.fontSizeMedium {
    font-size: medium !important;
}

.ozel-kayitSayisi {
    font-size: medium !important;
    padding: 10px !important;        
}

.ozel-displayBlock {
    display: block !important;
}

.dataTables_processing {
    position: fixed;
    border: none;
    top: 0px;
    right: 0px;
    width: 100%;
    height:100%;
    background-image: url('loading.gif');    
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 50% 35%;
    z-index: 10000000;
    opacity: 1;       
}

.dropdown-menu {
    min-width: 100%;
}

@media (max-width: 768px) {
  .ozel-bottom {
    font-size: 10px;
      padding: 5px;
  }
  .container-fluid {
  padding-left: 0px;
  padding-right: 0px;
 }
  .navbar-brand {
    padding: 15px 0;
}
    .navbar-toggle {
        margin-right: 0px;
    }
}


@media (min-width: 700px) and (max-width: 1600px) {
    .navbar-header {
        float: none;
    }

    .navbar-left, .navbar-right {
        float: none !important;
    }

    .navbar-toggle {
        display: block !important;
        margin-right: 15px !important;
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }

    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }

    .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-nav {
        float: none !important;
        margin-top: 7.5px;
    }

        .navbar-nav > li {
            float: none;
        }

            .navbar-nav > li > a {
                padding-top: 10px;
                padding-bottom: 10px;
            }

    .collapse.in {
        display: block !important;
    }
}

video {
    width: 100%;
    height: 360px;
}

.boxes a {
    white-space: nowrap;
    border-radius: 0px;
    font-family: 'Open Sans', sans-serif;
    padding: 40px 30px;
    color: rgba(12, 58, 104, 1);
    display: block;
    text-decoration: none;
    font-size: 26px;
    border: 1px solid rgba(12, 58, 104, .05);
    background: rgba(217, 214, 193, 0.36);
}

    .boxes a:hover {
        opacity: 0.8;
    }

/*Float Shadow*/

.hvr-float-shadow {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}

    .hvr-float-shadow:before {
        pointer-events: none;
        position: absolute;
        z-index: -1;
        content: '';
        top: 100%;
        left: 5%;
        height: 10px;
        width: 90%;
        opacity: 0;
        background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
        background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
        /* W3C */
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transition-property: transform, opacity;
        transition-property: transform, opacity;
    }

    .hvr-float-shadow:hover, .hvr-float-shadow:focus, .hvr-float-shadow:active {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
        /* move the element up by 5px */
    }

        .hvr-float-shadow:hover:before, .hvr-float-shadow:focus:before, .hvr-float-shadow:active:before {
            opacity: 1;
            -webkit-transform: translateY(5px);
            transform: translateY(5px);
            /* move the element down by 5px (it will stay in place because it's attached to the element that also moves up 5px) */
        }