﻿.index-wapper {
    padding: 10px;
    min-height: calc(100vh - 267px);
}

.search-box #txtSearch {
    width:50%;
}

.dataTables_length{
    float:right;
}

#tblDanhSachThuTucHanhChinh thead {
    background-color: var(--primary-color);
    color: var(--primary-button-color);
}

.sorting_disabled:before{
    content:""!important;
}

.sorting_disabled:after {
    content: ""!important;
}

.dropdown-menu {
    border: medium none;
    box-shadow: none;
    display: none;
    float: left;
    font-size: 12px;
    left: 0;
    list-style: none outside none;
    padding: 0;
    position: absolute;
    text-shadow: none;
    top: 100%;
    z-index: 9998;
    border: 1px solid #D9DEE4;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

    .dropdown-menu .dropdown-item-header {
        background-color: #405467;
    }

        .dropdown-menu .dropdown-item-header a {
            background-color: #405467;
            color: #FFF;
            font-weight: 600;
        }

    .dropdown-menu .dropdown-item {
       cursor:pointer;
    }

    .dropdown-menu .dropdown-item.sort i {
        color: #0000;
    }

    .dropdown-menu .dropdown-item.sort.sort-active i {
        color: #28a745;
    }

.thutuchanhchinh-detail {
    color: var(--primary-color)!important;
    cursor:pointer;
}

.thutuchanhchinh-detail:hover {
   text-decoration:underline;
}


@media (min-width: 320px) and (max-width: 480px) {
    [vmodule-name="tracuuthutuchanhchinh"] .dropdown-toggle::after {
        display: inline-block;
        margin-left: .255em;
        vertical-align: .255em;
        content: "";
        border-top: .3em solid;
        border-right: .3em solid transparent;
        border-bottom: 0;
        border-left: .3em solid transparent;
    }
    /* 
      ##Device = Most of the Smartphones Mobiles (Portrait)
      ##Screen = B/w 320px to 479px
    */
}