﻿body {
    margin: 0;
    font-family: 'Segoe UI','Source Sans Pro' !important;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
}

.row {
    margin-right: 0px !important;
    margin-left: 0px !important;
}

.navbar-brand {
    padding: 0px;
}

    .navbar-brand > img {
        height: 100%;
        padding: 15px;
        width: auto;
    }

.navbar-default {
    background-color: transparent !important;
    border-color: transparent !important;
}

.container-fluid {
    padding-right: 0px !important;
    padding-left: 0px !important;
}

.navbar-collapse {
    padding-right: 0px !important;
    padding-left: 5px !important;
}

.navbar-expand-lg .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    background-color: transparent !important;
    color: #fff !important;
}

.navbar-expand-lg .navbar-nav > li > a, .navbar-default .navbar-nav > li > a {
    background-color: transparent !important;
    color: #b5b1dd !important;
}

    .navbar-expand-lg .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
        background-color: transparent !important;
        color: #fff !important;
    }

.form-control {
    display: inline !important;
}

.table {
    font-size: 13px;
}

    .table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
        border: 1px solid #ddd;
        text-align: left;
    }

thead {
    background-color: #7f7c9e;
    color: #fff;
}

#secili_birim_baslik {
    color: #54508b;
}

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f4f4f4;
}

@media (min-width: 1190px) {
    .container {
        width: 1050px;
    }
}

@media (min-width: 1260px) {
    .container {
        width: 1130px;
    }
}

@media (min-width: 1330px) {
    .container {
        width: 1200px;
    }
}

@media (min-width: 1430px) {
    .container {
        width: 1330px;
    }
}

@media (min-width: 1580px) {
    .container {
        width: 1450px;
    }
}

@media (min-width: 1700px) {
    .container {
        width: 1560px;
    }
}

@media (min-width: 1800px) {
    .container {
        width: 1660px;
    }
}

@media (min-width:2100px) {
    .container {
        width: 1900px;
    }
}

