﻿.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th{
    vertical-align: middle !important;
}

.info-box-text{
    text-transform:none;
    font-size: 16px !important;
    margin-top: 15px !important;
}

thead {
    background-color: #f9f9f9 !important;
}

.img-list-item{
    max-width: 40px;
    height:auto;
    margin-right: 5px;
}

.select2-container {
    width: 100% !important;
}

.dataTable tbody tr td:last-child{
    min-width:100px;
}

.label-table {
    font-size: 85% !important;
}

.box-title i{
    margin-right:5px !important;
}


#stkTable tr td img {
    max-width: 100px !important;
    height: auto !important;
}

#stkTable {
    margin: 0 auto;
    width: 100%;
    clear: both;
    border-collapse: collapse;
    table-layout: fixed;
    word-wrap: break-word;
}

    #stkTable thead tr th .form-control {
        max-width: 100% !important;
        width: 100% !important;
    }

    #stkTable tbody tr td:last-child {
        text-align: right !important;
    }

    #stkTable tbody tr td:first-child {
        padding-left: 10px;
    }

        #stkTable tbody tr td:first-child i {
            font-size: 16px;
        }

    #stkTable tbody tr td:last-child {
        padding-right: 10px;
        text-align: right !important;
    }

        #stkTable tbody tr td:last-child .btn {
            margin-right: 5px !important;
        }

.fc-day-number{
    font-size:15px;
    padding-right:3px;
}

.reportForm{
    margin-bottom: 15px;
}


.totop {
    position: fixed;
    bottom: 0;
    right: 100px;
    cursor: pointer;
    display: none;
    background: #3d9fac;
    color: #fff;
    border-radius: 50%;
    height: 20px;
    line-height: 17px;
    padding: 0 4px;
    font-size: 18px;
    opacity: 0.5;
    bottom: 15px;
}

.form-inline .form-control{
    width:100% !important;
}

.dataTables_filter .form-control{
    width:auto !important;
}

.fullmodal {
    padding: 0 !important;
}

.fullmodal .modal-dialog {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

.fullmodal .modal-content {
    height: auto;
    min-height: 100%;
    border-radius: 0;
}

table.muchColumn {
    table-layout: fixed;
}

    table.muchColumn tbody tr td {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        font-size:12px;
    }

    .font-12{
        font-size:12px !important;
    }

.font-13 {
    font-size: 13px !important;
}

.select2-dropdown {
    min-width: 220px;
}

table tbody{
    font-size:12px;
}

td > .progress{
    margin-top:0 !important;
}

.onhover {
    display: none;
}

tr:hover .onhover {
    display: inline-block;
}

/*İşlemler Buttonlarının Görünürlüğü*/
tr .onhover{
    display:inline-block;
}

#TableIsyeriSecimListesi tr .onhover {
    display: none;
}

#TableIsyeriSecimListesi tr:hover .onhover {
    display: inline-block;
}

button.dt-button, div.dt-button, a.dt-button {
    padding: 0.3em 0.5em;
}

.dropdown-menu{
    top:25px;
}

.column-titles th {
    padding: 4px !important;
}

.column-filters th {
    padding: 3px !important;
}

.column-filters .form-control, 
.column-filters .select2-container--default .select2-selection--single, 
.column-filters .select2-selection .select2-selection--single {
    height: 25px;
    padding: 2px 4px;
}

    .column-filters .select2-container--default .select2-selection--single .select2-selection__arrow{
        height: 18px;
    }

body {
    font-family: 'Source Sans Pro', sans-serif !important;
}

.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu > .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -6px;
        margin-left: -1px;
        -webkit-border-radius: 0 6px 6px 6px;
        -moz-border-radius: 0 6px 6px;
        border-radius: 0 6px 6px 6px;
    }

    .dropdown-submenu:hover > .dropdown-menu {
        display: block;
    }

    .dropdown-submenu > a:after {
        display: block;
        content: " ";
        float: right;
        width: 0;
        height: 0;
        border-color: transparent;
        border-style: solid;
        border-width: 5px 0 5px 5px;
        border-left-color: #ccc;
        margin-top: 5px;
        margin-right: -10px;
    }

    .dropdown-submenu:hover > a:after {
        border-left-color: #fff;
    }

    .dropdown-submenu.pull-left {
        float: none;
    }

        .dropdown-submenu.pull-left > .dropdown-menu {
            left: -100%;
            margin-left: 10px;
            -webkit-border-radius: 6px 0 6px 6px;
            -moz-border-radius: 6px 0 6px 6px;
            border-radius: 6px 0 6px 6px;
        }

button.dt-button, div.dt-button, a.dt-button{
    color:#7d7d7d;
    border-radius:0;
    background-color:#fff;
    border: none;
    background-image: none !important;
    margin-right:0;
}

    button.dt-button:hover:not(.disabled), div.dt-button:hover:not(.disabled), a.dt-button:hover:not(.disabled){
        background-color:#fff;
        color:#000;
        border: none;
        background-image:none;
    }

.navbar-nav > .user-menu .user-image{
    border-radius:0;
}

.dataTables_wrapper {
    max-width: 100% !important;
    overflow-x: auto !important;
}

.modal-header {
    background-color: #367fa9;
    color: #fff !important;
}

    .modal-header .close {
        margin-top: 2px;
        color: #fff;
        opacity: 1;
    }

.dt-nowrap {
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    max-width: 210px !important;
}


@media screen and (max-width: 1024px) {
    .box-header > .box-tools {
        position: relative;
        right: 0;
        top: 5px;
    }
}

.box > .box-header {
    margin-top:-1px;
}

.box-title{
    font-size: 14px !important;
}