﻿td {
    white-space: nowrap;
}

th {
    white-space: nowrap;
}

/*Need to push the content down since the filter is pos:absolutely*/
/*.container.body-content1 {
    margin-top: 75px;
}*/

#searchclear {
    position: absolute;
    right: 20px;
    top: 0;
    bottom: 0;
    height: 14px;
    margin: auto;
    font-size: 14px;
    cursor: pointer;
    /*color: #ccc;*/
    color: #555;
}

#searchHeadFingerSizeclear {
    position: absolute;
    right: 20px;
    top: 0;
    bottom: 0;
    height: 14px;
    margin: auto;
    font-size: 14px;
    cursor: pointer;
    /*color: #ccc;*/
    color: #555;
}

.ZebraDialog {
    z-index: 1041;
}

.modal.modal-wide .modal-dialog {
    width: 90%;
}

.modal-wide .modal-body {
    overflow-y: auto;
}

.access-name {
    min-width: 200px;
}

table.dataTable thead tr th.sorting:after, table.dataTable thead tr th.sorting_asc:after, table.dataTable thead tr th.sorting_desc:after {
    right: 0px;
    left: 5px;
}

table.table thead tr th.sorting:after, table.table thead tr th.sorting_asc:after, table.table thead tr th.sorting_desc:after {
    top: 8px;
}

table thead tr th {
    font-family: sans-serif;
    font-size: 12px;
}

table tbody tr td {
    font-family: sans-serif;
    font-size: 12px;
}

@media (max-width: 414px) {
    #searchText {
        padding-left: 0px;
    }

    #searchHeadFingerSize {
        padding-left: 0px;
    }

    #search-toggle, #titleText {
        font-size: 20px;
    }

    #criteria {
        font-size: 10px;
        width: 170px;
        max-height: 20px;
    }

    table.dataTable thead tr th {
        padding-top: 1px;
        padding-bottom: 1px;
    }


    #Title > h2 {
        font-size: 22px;
    }
}

@media ( max-width: 484px) {
    .search-criteria {
        margin-top: -10px;
    }
}

@media (max-width: 321px) {
    #criteria {
        width: 150px;
    }
}

@media (max-width: 767px) {
    #searchText {
        padding-left: 0px;
    }

    #searchHeadFingerSize {
        padding-left: 0px;
    }

    #divCreateInFilterSelection {
        padding-left: 0px;
    }

    .search-filter {
        padding-top: 150px;
    }
}

@media (min-width: 768px) and ( max-width: 864px) {
    /*Added form testing*/
    #divActLinkFilterReset {
        margin-left: 16px;
    }
}

@media (min-width: 864px) and ( max-width: 992px) {
    /*Added form testing*/
    #divActLinkFilterReset {
        margin-left: 21px;
    }
}

a[class*=icon-] {
    font-size: 16pt;
}

a.btn-default {
    color: #0051BA;
}

a.btn-primary {
    color: white;
}

a sup {
    color: rgb(104, 112, 116);
    clear: both;
    display: inline-block;
    line-height: normal;
    vertical-align: baseline;
    padding-top: 5px;
}

.text-yellow {
    color: yellow;
}
