﻿#filterDiv hr {
    display: none;
}
thead input {
        width: 100%;
    }

.dataTableAjaxLoaderClass{
    position: absolute; /* or absolute */
    z-index:1000;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height:50px;

/*display:none;*/
}

.dataTableOverlayClass
{
    background-color:#ffffff;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 999;
    top: 0px;
    left: 0px;
    opacity: .5; /* in FireFox */ 
    filter: alpha(opacity=50); /* in IE */
}

a.dt-button.dropdown-item.buttons-columnVisibility.active {
    background-color: #75a738
}

.buttons-search-columnVisibility.active {
    background-color: #75a738;
}

.buttons-search-columnVisibility.active:hover {
    background-color: #92c750;
}


a.dt-button.dropdown-item.buttons-columnVisibility:active{
    background-color: #c9f2c7;
}

table.dataTable.stripe tbody tr.odd, table.dataTable.display > tbody > tr.odd {
  background-color: #f0f0f0;
}


@media screen and (max-width: 768px) {
    div.row.dtFilter {
        display: normal;
    }
}
@media screen and (min-width: 769px) {
    div.row.dtFilter {
        display: none;
    }
}

@media screen and (min-width: 768px) {
    .searchingActiveFiltersDiv {
        text-align: center;
    }

    .searchingHiddenColumnsDiv {
        text-align: right;
    }
}
.tovabbiSzurokDiv, .searchingActiveFiltersDiv, .searchingHiddenColumnsDiv {
    padding-right: 5px;
    padding-left: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    color:white;
    font-weight:bold;
}

@media screen and (max-width: 768px) {
    .tovabbiSzurokDiv, .searchingActiveFiltersDiv, .searchingHiddenColumnsDiv {
        padding-top: 5px;
        padding-bottom: 5px;
        font-size:14px;
    }
}

.gridSearchCard_CollapseDiv {
    margin-left: 0px;
    margin-right: 0px;
    border: 0.02rem solid #75a738;
    background: #75a738;
    background: -webkit-gradient(linear,left top,left bottom,color-stop(#75a738,0),color-stop(#96c56f,1));
    background: -webkit-linear-gradient(top, #75a738 0%, #96c56f 100%);
    background: -moz-linear-gradient(top, #75a738 0%, #96c56f 100%);
    background: -o-linear-gradient(top, #75a738 0%, #96c56f 100%);
    background: linear-gradient(top, #75a738 0%, #96c56f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#75a738', endColorstr='#96c56f',GradientType=0 );
    width:84%;
}

.szurokTorlesGomb {
    width: 16%;
    color: white;
    text-align: center;
}

.jsColumnGridSearchCardRow {
    padding-top: 5px;
    padding-bottom: 5px;
}

.gridSearchCard_sortingLabelDiv {
    padding-top: 5px;
    padding-bottom: 5px;
}

@media screen and (max-width: 480px) {
    .gridSearchCard_sortingLabelDiv {
        padding-top: 15px;
        padding-bottom: 15px;
    }
}

.gridSearchCard_sortingLabel {
    font-weight: bold;
}

    .gridSearchCard_sortingLabel:hover {
        cursor: pointer;
    }

    .gridSearchCard_sortingLabel::before {
        border: solid 1px lightgray;
        border-radius: 5px;
        background-color: white;
        padding-top: 4px;
        margin-right: 3px;
        content: url("../../Scripts/DataTables/images/sort_both.png");
    }

    .gridSearchCard_sortingLabel.asc::before {
        content: url("../../Scripts/DataTables/images/sort_asc.png");
    }

    .gridSearchCard_sortingLabel.desc::before {
        content: url("../../Scripts/DataTables/images/sort_desc.png");
    }

    .gridSearchCard_sortingLabel.hiddenFilterLabel::after {
        color: #75a738;
        content: ' (rejtett)';
    }

.jsColumnSearch {
    height: 31px;
    padding-right:18px;
}

.GridSearchCard_EvenRow {
}

.GridSearchCard_OddRow {
    background-color: #f0f0f0;
}

.grid-filter-btn {
    background: #75a738;
    background: -webkit-gradient(linear,left top,left bottom,color-stop(#75a738,0),color-stop(#96c56f,1));
    background: -webkit-linear-gradient(top, #75a738 0%, #96c56f 100%);
    background: -moz-linear-gradient(top, #75a738 0%, #96c56f 100%);
    background: -o-linear-gradient(top, #75a738 0%, #96c56f 100%);
    background: linear-gradient(top, #75a738 0%, #96c56f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#75a738', endColorstr='#96c56f',GradientType=0 );
    border: 1px solid #80ab5d;
    -webkit-box-shadow: 0px 1px 1px rgba(255,255,255,0.8) inset, 1px 1px 3px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 1px 1px rgba(255,255,255,0.8) inset, 1px 1px 3px rgba(0,0,0,0.2);
    box-shadow: 0px 1px 1px rgba(255,255,255,0.8) inset, 1px 1px 3px rgba(0,0,0,0.2);
    -webkit-transition: box-shadow 0.3s ease-in-out;
    -moz-transition: box-shadow 0.3s ease-in-out;
    -o-transition: box-shadow 0.3s ease-in-out;
    transition: box-shadow 0.3s ease-in-out;
    margin-left: 0px;
    margin-right: 0px;
}

.grid-filter-btn:hover {
    background: #6a9437;
    background: -webkit-gradient(linear,left top,left bottom,color-stop(#6a9437,0),color-stop(#96c56f,1));
    background: -webkit-linear-gradient(top, #6a9437 0%, #96c56f 100%);
    background: -moz-linear-gradient(top, #6a9437 0%, #96c56f 100%);
    background: -o-linear-gradient(top, #6a9437 0%, #96c56f 100%);
    background: linear-gradient(top, #6a9437 0%, #96c56f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6a9437', endColorstr='#96c56f',GradientType=0 );
    cursor:pointer;
}

.grid-delete-btn {
    background: #e68080;
    background: -webkit-gradient(linear,left top,left bottom,color-stop(#e68080,0),color-stop(#8e4848,1));
    background: -webkit-linear-gradient(top, #e68080 0%, #8e4848 100%);
    background: -moz-linear-gradient(top, #e68080 0%, #8e4848 100%);
    background: -o-linear-gradient(top, #e68080 0%, #8e4848 100%);
    background: linear-gradient(top, #e68080 0%, #8e4848 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e68080', endColorstr='#8e4848',GradientType=0 );
    border: 1px solid #80ab5d;
    -webkit-box-shadow: 0px 1px 1px rgba(255,255,255,0.8) inset, 1px 1px 3px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 1px 1px rgba(255,255,255,0.8) inset, 1px 1px 3px rgba(0,0,0,0.2);
    box-shadow: 0px 1px 1px rgba(255,255,255,0.8) inset, 1px 1px 3px rgba(0,0,0,0.2);
    -webkit-transition: box-shadow 0.3s ease-in-out;
    -moz-transition: box-shadow 0.3s ease-in-out;
    -o-transition: box-shadow 0.3s ease-in-out;
    transition: box-shadow 0.3s ease-in-out;
    margin-left: 0px;
    margin-right: 0px;
}

    .grid-delete-btn:hover {
        background: #c7422e;
        background: -webkit-gradient(linear,left top,left bottom,color-stop(#c7422e,0),color-stop(#8e4848,1));
        background: -webkit-linear-gradient(top, #c7422e 0%, #8e4848 100%);
        background: -moz-linear-gradient(top, #c7422e 0%, #8e4848 100%);
        background: -o-linear-gradient(top, #c7422e 0%, #8e4848 100%);
        background: linear-gradient(top, #c7422e 0%, #8e4848 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c7422e', endColorstr='#8e4848',GradientType=0 );
        cursor: pointer;
    }

.grid-filter-btn-text {
    padding-top: 10px;
    padding-left: 5px;
    padding-bottom:10px;
    display: block;
    font-size: 16px;
    font-weight:bolder;
    color: white;
}

.dt-button-item {
    margin-bottom: .4rem;
}

.gridSearchCard_Content{
    width:100%;
}


.gridSearchCard_Div {
    margin-left:0px;
}

.form-clear {
    align-items: center;
    bottom: 4px;
    color: rgba(0, 0, 0, .54);
    cursor: pointer;
    display: flex;
    height: 24px;
    justify-content: center;
    position: absolute;
    right: 0;
    width: 20px;
    z-index: 10;
}

.form-clear .material-icons {
    font-size: 16px;
    font-weight: 500;
}


@media screen and (max-width: 768px) {
    .dt-buttons {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        list-style: none;       
    }
    .dt-button-item {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        text-align: center;
        margin-left: .2rem;
        margin-right: .2rem;
    }
    .dataTables_wrapper .dataTables_paginate .paginate_button {
        padding: 0.2em .5em;
        margin-left: 0px;
    }

    #titleFilterForm{
        display:none;
    }

    .gridSearchCard_CollapseDiv {
        width: 70%;
    }

    .szurokTorlesGomb {
        width: 30%;
    }

    .grid-filter-btn-text {
        font-size: 12px;
    }
}


.columnButton {
    width:100%;
    padding:.5em;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    font-size: 1rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

table.dataTable tbody .dt_td_btn {
    padding: 0px 0px;
}

table.dataTable tbody .dt_td_nowrap {
    white-space: nowrap;
}
