﻿.input-group-text {
    background-color: inherit;
    border: none;
}

#CActivityCodeTable td:nth-child(4) input, #CActivityCodeTable td:nth-child(5) input {
    width: 250px !important;
    font-size: 12px !important;
    text-align: start !important;
}

#CActivityCodeTable td:nth-child(7) input, #CActivityCodeTable td:nth-child(8) input, #CActivityCodeTable td:nth-child(9) input, #CActivityCodeTable td:nth-child(2) input {
/*    width: 50px !important;*/
    font-size: 12px !important;
    text-align: start !important;
}
#activityCodeTable td:nth-child(2){
    text-align:center !important;
}
#ActivityCodeTable table th, #CActivityCodeTable table th {
    color: #fff;
    border-style: unset;
    border-width: unset;
    /*border-radius:10px;*/
    font-size: 12px;
}
#ActivityCodeTable table td, #activityCodeTable {
    font-size: 12px;
}
#ActivityCodeTable table td button {
    font-size: 12px;
    padding: 0.175rem 1.75rem;
}
#TariffListMergeActivityTable table th, #TariffListMergeActivityTable table td {
    font-size: 12px;
}
table {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.dataTables_wrapper button {
    padding: 0.175rem 0.75rem;
}
.table.dataTable input{
    height:28px;
    font-size:12px;
}
table td {
    border-bottom: 1px solid #eee;
    border-right: 1px solid #eee;
    border-left: 1px solid #eee;
}

table th {
    padding: 10px;
}

#CActivityCodeTable th:nth-child(1), #ActivityCodeTable th:nth-child(1) {
    border-radius: 10px 0 0 0;
}

#ActivityCodeTable th:last-child, #CActivityCodeTable th:last-child {
    border-radius: 0 10px 0 0;
}

#CActivityCodeTable td, #ActivityCodeTable td {
    padding: 8px !important;
}
.btn-search {
    position: absolute;
    background-color: transparent;
    margin-right: 10px;
}

.btn-custom {
    position: absolute;
    border: none;
    background-color: #fff;
    bottom: 18px;
    border-radius: 5px;
    transition: 0.5s;
}

    .btn-custom:hover {
        background-color: aquamarine;
        border-radius: 5px;
    }

button.btn-search:focus {
    outline: none;
}
    
@media (min-width: 1200px) {
    #ModalActivitySelect .modal-xl {
        max-width: 1540px !important;
    }
}

@media print {
    .no-print {
        display: none;
    }

    .paper {
        width: 275mm;
    }

    .paper-v {
        width: 100mm;
    }

    table {
        font-size: 9px;
        width: 100%;
        white-space:break-spaces;
    }

    th, td {
        padding: 1px 2px !important;
    }

    h1 {
        text-align: center;
        font-size: 1rem;
    }

    h4 {
        text-align: center;
        font-size: 0.5rem;
    }

    label {
        font-size: 10px;
    }

    .header-logo {
        width: 30%;
        margin-left: 180px;
    }

    .vertical-text {
        transform: rotate(270deg);
        white-space: nowrap;
        vertical-align: middle;
    }


    .sorting {
        display: none !important;
    }


    th.sorting::before,
    th.sorting_asc::before,
    th.sorting_desc::before {
        display: none !important;
    }

    th.sorting::after,
    th.sorting_asc::after,
    th.sorting_desc::after {
        display: none !important;
    }

    #ServiceChargeReport_TB table {
        width: 500px !important;
    }

    #tbActivityEng th:nth-child(4) {
        width: 20%;
    }
}

