﻿#loading {
    background-color: white;
    position: fixed;
    display: block;
    top: 0;
    bottom: 0;
    z-index: 1000000;
    opacity: 0.5;
    width: 100%;
    height: 100%;
    text-align: center;
    transform: scale(0.2, 0.2);
    -ms-transform: scale(0.2, 0.2);
    -webkit-transform: scale(0.2, 0.2);
}
#loading img {
    margin: auto;
    display: block;
    top: calc(50% - 100px);
    left: calc(50% - 10px);
    position: absolute;
    z-index: 999999;
}
#pagination{
    font-size: 12px;
}
.schedule {
    padding-right: 11px;
    padding-top: 35px;
    margin: 0 auto;
    justify-content: center;
    display: grid;
    grid-template-columns: 25% 75%;
    gap: 20px;
    max-width: 75%;
}
.schedule .select-blog {
}
.schedule .select-blog .nav-blog ul {
    padding-left: 0;
}
.schedule .select-blog .nav-blog{
    background: linear-gradient(270deg, rgba(217, 217, 217, 0.40) 0%, rgba(255, 255, 255, 0.00) 10.70%);

    padding: 0;
}
.schedule .select-blog .nav-blog .show-select {
    color: #212529;
    font-family: var(--second-font);
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.schedule .select-blog .nav-blog .show-select p{
    display: flex;
    gap: 15px;
    align-items: center;
}
.schedule .select-blog .nav-blog .show-select i{
    display: none;
}
.schedule .select-blog .nav-blog .show-select.open i {
    transform: rotate(90deg);
    transition: all 0.2s linear;
}
.schedule .select-blog .nav-blog .nav-tour-blog a {
    color: #212529;
    font-family: var(--second-font);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.schedule .select-blog .nav-blog .nav-tour-blog  {
    display: grid;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    padding: 20px 0;
}
.schedule .select-blog .nav-blog .nav-tour-blog button {
    position: relative;
    border: none;
    border-top: 2px solid #F4F4F4;
    outline: none;
    text-align: left;
    padding: 8px;
    padding-left: 5px;
    background-color: transparent;
    font-size: 16px;
    font-family: var(--second-font);
    cursor: pointer;
    transition: all 0.25s linear;
    color: #212529;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.schedule .select-blog .nav-blog .nav-tour-blog button {
    font-family: var(--second-font);
    font-size: 16px;
    padding: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.schedule .select-blog .nav-blog .nav-tour-blog button.native {
    border-left: 5px solid #D4000E;
    color: #D4000E;

}

.schedule .results{
    position: relative;
}
.schedule .results .title-main {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}
.schedule .results .title-main .title-text{
    width: 85%;
}

.schedule .results .title-main .grid-filter {
    position: relative;
    display: flex;
    align-items: center;
}
.schedule .results .title-main .grid-filter button{
    border-radius: 100px;
    border: 1px solid #D4000E;
    background: #FFF;
    color: #D4000E;
    padding: 7px;
    font-family: var(--second-font);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.results .title-main h2 {
    color: #212529;
    font-family: var(--second-font);
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin: 0;
}
.results .child-carousel{
    margin: 10px auto;
    border: 2px solid #CCC;
    border-right: none;
    border-left: none;
}
.results .child-carousel button {
    top: 30%;
}
.results .child-carousel button img{
    width: 30px !important;
}
.results .child-carousel .slide-blog .calendar{
    display: flex !important;
    flex-direction: column;
    padding: 10px 0;
    gap: 10px;
    align-items: center;
}

.results .child-carousel .slide-blog .active{
    background: #FFEDEF;
    border-bottom: 3px solid #D4000E;
    gap: 3px
}
.results .child-carousel .slide-blog .active .day {
    display: flex;
    background: #D4000E;
    color: #FFF !important;
    border-radius: 50%;
    padding: 5px 0;
    width: 25%;
}
.results .child-carousel .slide-blog .calendar .date{
    color: #555;
    font-family: var(--second-font);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}
.results .child-carousel .slide-blog .calendar .day {
    color: #4AA3F5;
    font-family: var(--second-font);
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.results .child-carousel .slide-blog .calendar span{
    pointer-events: none;
    display: flex;
    justify-content: center;
}
.results .list-search {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.results .list-search .btn-filter {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    padding: 0;
    gap: 30px;
}
.results .list-search .btn-filter button {
    line-height: normal;
    position: relative;
    border: none;
    outline: none;
    padding: 10px 16px;
    background-color: transparent;
    color: #252525;
    font-family: var(--second-font);
    cursor: pointer;
    transition: all 0.25s linear;
    border-bottom: 2px solid transparent;
}

.results .list-search .btn-filter button.active-sports {
    color: #D4000E !important;
     border-bottom: 2px solid #d4000e;
    transition: all 0.25s linear;
}

.schedule .results .list-search .btn-filter button:hover {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    position: relative;
    border: none;
    outline: none;
    padding: 10px 16px;
    background-color: transparent;
    color: #252525;
    font-family: var(--second-font);
    cursor: pointer;
    border-bottom: 2px solid #c7959a;
}
.schedule .results img{
    /*position: absolute;*/
    top: 0;
    left: 0;
    width: 100%;
}
.schedule .results .table-title{
    display: flex;
    align-items: center;
    height: 50px;
    color: #FFF;
    font-family: var(--second-font);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-align: left;
    padding-left: 10px;
    margin-bottom: 0;
    background: url('/assets/img/Group6360.png');

    /*background-image: url('../cut_figma/image/Group6360.png');*/
}
.results .results-table .table-striped .time{
    color: #3182E2;
}

.results .results-table .table-striped img{
   width: 20%;
}
.results .results-table .table-striped .list{
    text-align: center;
}
.results .results-table .table-striped .list span{
    background-color: #4AA3F5;
    padding: 7px 15px;
    border-radius: 100px;
    text-align: center;
    color: #FFF;
    font-family: var(--second-font);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.results .results-table .table-striped .list .score{
 display: flex;
}
.results .results-table .table-striped a {
    font-family: var(--second-font);
    font-size: 15px;
    padding: 0 0;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.box-footer {
    margin-top: 0;
}
.table-striped{
    margin-bottom: 0;

}
.results-table.hide {
    display: none;
}
.results .results-table .table-striped tbody td {
    font-family: var(--second-font);
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    max-width: 140px;
}
.fade .modal-dialog .modal-body{
    background-color: #F2F2F2;

}
.fade .modal-dialog .modal-content {
    margin-top: 150px;
}
.fade .modal-dialog .modal-header {
    /*background: url(/image/Group6362.png);*/
    background-image: url('/assets/img/Group6362.png');
}
.fade .modal-dialog .modal-header h5{
    color: #FFF;
    font-family: var(--second-font);
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    margin: 0 auto;

}
.fade .modal-dialog .modal-header .btn-close{
    color: white;
}
.fade .modal-dialog .modal-body .table-bordered{
    margin: 0;
}
.fade .modal-dialog .modal-body td{
    text-align: center;
    max-width: 80% ;
    border: 5px solid #F2F2F2;
    color: #212529;
    font-family: var(--normal-font);
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
@media (max-width: 1400px) {
    .results .title-main h2 {
        font-size: 20px;
    }

    .schedule .select-blog .nav-blog .show-select i {
        display: flex;
    }

    .schedule .select-blog .nav-blog .nav-tour-blog {
        display: none ;
    }
    .schedule .select-blog .nav-blog .show-select.open~.nav-tour-blog{
        display: grid;
    }
    .results .results-table .table-striped img {
        width: 40%;
    }

}
.schedule .results .list-search .btn-filter button.active {
    color: #D4000E !important;
    border-bottom: 2px solid #d4000e;
    transition: all 0.25s linear;
}
/*Lich*/
#btnTieuChuanChiaBang {
    margin-left: 10px;
    background: #ad6121;
    border: 1px solid #4e0707;
}
.form-switch .btn-success, .form-switch .btn-secondary {
    width: 180px;
}
.section, .section--lg {
    background-color: #f8f8f8;
    position: relative;
    z-index: 2;
    display: block;
}
.section-title {
    border-radius: 3px;
    font-weight: 400;
    margin-bottom: 10px;
    padding: 10px 0;
    width:100%;
}
.sTitle{
    font-size: 16px;
    font-weight:bold;
}
.fl-table tbody tr td:first-child {
    text-align: left;
}
.fl-table tbody tr td:nth-child(2) {
    text-align: right;
}
.fl-table tbody tr td:nth-child(4) {
    text-align: left;
}
.fl-table thead th:first-child {
    width: 11%;
}
.fl-table thead th:nth-child(2) {
    width: 32%;
}
.fl-table thead th:nth-child(3) {
    width: 11%;
}
.fl-table thead th:nth-child(4) {
    width: 32%;
}
.fl-table tbody input {
    width: 40%;
}
.chonDoi {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
    border: 0.5px solid #bababa;
    background-color: #fff;
    width: 100%;
}
#grHeader {
    width: 100%;
    margin: 10px 70px 5px 70px;
    position: relative;
}
.form-switch {
    float: right;
}
.grTaoLich {
    float: left;
    position: relative;
}
.tenVong {
    width: 100%;
    padding: 5px;
    color: #fff;
    background-color: #009000;
    text-align: center;
    font-weight: bold;
}
.table-wrapper {
    margin: 10px 10px 40px 10px;
    box-shadow: 0px 25px 40px rgba( 0, 0, 0, 0.2 );
}
.fl-table {
    border-radius: 5px;
    font-size: 12px;
    font-weight: normal;
    border: none;
    border-collapse: collapse;
    width: 100%;
    max-width: 100%;
    white-space: nowrap;
    background-color: white;
}
.fl-table td, .fl-table th {
    text-align: center;
    padding: 8px;
}
.fl-table td {
    border-right: 1px solid #f8f8f8;
    font-size: 15px;
    height: 43px;
}
.fl-table thead th {
    color: #ffffff;
}
.fl-table tr:nth-child(even) {
    background: #F8F8F8;
}
.grbtn {
    text-align: center;
}
.grbtn button {
    font-size: 18px;
    font-family: sans-serif;
    padding: 8px 15px;
}
select:disabled {
    color: #000;
    opacity: 1;
    user-select: text;
}
.tbLichThiDau td input:disabled {
    background-color: #fff;
    color: #000;
    border: 1px solid #909090;
    user-select: text;
}
#mbKQ .mright {
    width: 50px;
    float: right;
}

#mbKQ .mleft {
    width: 50px;
    float: left;
}
.input-group {
    padding-bottom: 16px;
}
.setdau{
    padding-right: 0px;
}
#kqCacSet {
    margin-top: 15px;
    clear: both;
    display: block;
}
.colon {
    width: 10px;
}
.text-center {
    text-align: center;
}
.showSet .content {
    align-items: center;
    display: flex;
    justify-content: center;
    margin-bottom: 15px;
}
.setTitle:after {
    clear: both;
}
#updateMatch {
    padding: 20px 10px;
    position: relative;
    z-index: 3;
    margin: 0px 40px 0 40px;
    border: 1px solid #9a9a9a;
}
#updateMatch input{
    border: 1px solid #000;
}
#mbKQ {
    color: #000;
}
.clearfix::before {
    content: " ";
    display: table;
}
.lblVDV {
    font-weight: bold;
    color: #008000;
}
.colon{
}
.grInput{
    width: 40px;
}
.bangDau {
    /*border: 1px solid #000;*/
    text-align: center;
    padding: 5px;
    font-weight: bold;
    margin: 10px 0 10px 0;
    font-size: 17px;
    color: #cc0000;
}
.vdv1, .vdv2{
    width: 100%;
    height: 35px;
}
.grSet{
    margin-top: 10px;
}
#doi1{
    text-align: right;
}
#doi2{
    text-align:left;
}
.lblTranDanh {
    text-align: right;
    margin-top: 4px;
}
.grTranDanh {
    display: flex;
    margin-top: 10px;
    font-weight: bold;
}
.input-group select{
    height: 35px;
}
.grSet{
    display: flex;
}
#kq1, #kq2 {
    border: 1px solid #ff0000 !important;
    font-weight: bold;
    color: #d5081a;
    font-size: 17px;
}
.doi{
    color: #000;
}
#btn-grid{
    display: none;
}
.zlich {
    margin-top: 15px;
    color: #21700f;
}
@media (max-width: 767px) {
    .tySo input{
        width: 50% !important;
    }
    .schedule {
        max-width: 100%;
    }
}
    /*@media (max-width: 767px) {
    .fl-table {
        display: block;
        width: 100%;
    }
    .table-wrapper:before {
        content: "Scroll horizontally >";
        display: block;
        text-align: right;
        font-size: 11px;
        color: white;
        padding: 0 0 10px;
    }
    .fl-table thead, .fl-table tbody, .fl-table thead th {
        display: block;
    }
    .fl-table thead th:last-child {
        border-bottom: none;
    }
    .fl-table thead {
        float: left;
    }
    .fl-table tbody {
        width: auto;
        position: relative;
        overflow-x: auto;
    }
    .fl-table td, .fl-table th {
        padding: 20px .625em .625em .625em;
        height: 60px;
        vertical-align: middle;
        box-sizing: border-box;
        overflow-x: hidden;
        overflow-y: auto;
        width: 120px;
        font-size: 13px;
        text-overflow: ellipsis;
    }
    .fl-table thead th {
        text-align: left;
        border-bottom: 1px solid #f7f7f9;
    }
    .fl-table tbody tr {
        display: table-cell;
    }
    .fl-table tbody tr:nth-child(odd) {
        background: none;
    }
    .fl-table tr:nth-child(even) {
        background: transparent;
    }
    .fl-table tr td:nth-child(odd) {
        background: #F8F8F8;
        border-right: 1px solid #E6E4E4;
    }
    .fl-table tr td:nth-child(even) {
        border-right: 1px solid #E6E4E4;
    }
    .fl-table tbody td {
        display: block;
        text-align: center;
    }
}*/
    .tySo input {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
/*Bang xep hang*/
.tieuChiSX {
    margin: 10px 30px 10px 70px;
}
#themTieuChi:hover{
    cursor: pointer;
}
.tieuchi {
    border-radius: 5px;
    font-size: 12px;
    font-weight: normal;
    border: 1px solid #808080;
    border-collapse: collapse;
    width: 100%;
    max-width: 100%;
    font-size: 15px;
    white-space: nowrap;
    background-color: white;
}
.tieuchi thead th{
    font-size: 16px;
    background-color: #d6dbd7;
    font-weight: bold;
    padding-left: 5px;
}
.tieuchi th{
    padding: 8px 0;
    font-weight: normal;
}
.tieuchi .st{
    padding-left: 15px;
}
.tieuchi .moveDown:hover, .tieuchi .moveUp:hover{
    cursor:pointer;
}
.tieuchi tbody td{
    height: 31px;
}
#btnTieuChi{
    margin-top: 10px;
}
.titleTieuChi {
    font-size: 16px;
    color: #249318;
    margin-bottom: 5px;
    font-weight: bold;
}
#tbVongTrong {
    max-width: 600px;
}
#tbVongTrong thead th {
    background-color: #e3994f;
}
#tbVongTrong tbody select{
    width: 100%;
    height: 30px;
    -webkit-appearance: none;
    border: 0.5px solid #bababa;
    text-indent: 1px;
    text-overflow: '';
    background-color: #fff;
}
#tbVongTrong thead{
    border-right:1px solid #808080;
}
.titleVongTrong h5 {
    color: #ee0000;
    font-weight: bold;
}
.tbBangXepHang thead th {
    color: #000;
    font-size: 13px;
    background-color: #19cbaa;
}
.tbBangXepHang {
    border: 1px solid #000;
    color: #000;
}
.tbBangXepHang tbody tr td:nth-child(4) {
    text-align: center;
}
.tbBangXepHang tbody tr td:nth-child(2) {
    text-align: left;
}
.results-table h6{
    margin: 10px 0;
    font-size: 15px;
    font-weight: bold;
}
/*Sơ đồ vòng loại trực tiếp*/
.chart-container {
    overflow-x: auto;
    padding: 0 0 30px !important;
    width: 100%;
}
#ChartTemplate .chart-container {
    max-height: 600px;
    overflow-y: auto;
}
.chart-container .directKnockout {
    display: inline-block;
    white-space: nowrap;
}
.chart-container .round-container {
    display: inline-block;
    margin-left: 5px;
}
.backgroundParent {
    position: relative;
    z-index: 1;
}
.backgroundParent .backgroundChildren {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: -1;
}
#ChartTemplate{
    min-width: 1000px;
}
#ChartTemplate .chart-container .round-info {
    padding: 10px 0;
}
#ChartTemplate .chart-container .tenVongLoai {
    border-radius: 5px;
    display: inline;
    font-size: 15px;
    font-weight: 700;
    line-height: 29px;
    padding: 5px;
    text-align: center;
    text-transform: uppercase;
    width: 90%;
}
.chart-container .matches-container {
    display: table;
    min-height: 300px;
    position: relative;
}
#ChartTemplate .chart-container .match-container {
    display: table-row;
    height: 50px;
}
#ChartTemplate .chart-container .match-container>div {
    display: table-cell;
    vertical-align: middle;
}
#ChartTemplate .chart-container .bracket {
    border-color: #3bbf1a;
    position: relative;
}
#ChartTemplate .matches-container .macth-info {
    background-color: transparent !important;
}
#ChartTemplate .chart-container .directKnockout {
    display: inline-block;
    white-space: nowrap;
}
.chart-container .match-container table tr td {
    padding: 3px;
}
.chart-container .match-info--order {
    color: #596377;
    font-size: 12px;
    font-weight: 600;
    min-width: 40px;
    padding: 0 5px 0 0;
}
#ChartTemplate .chart-container .match-container tr:nth-child(odd) .infoDoi {
    border-bottom: 1px solid #fff;
    border-radius: 5px 0 0 0;
}
#ChartTemplate .chart-container .match-container table tr td {
    padding: 3px;
}
#Chart {
    background-color: #ffffff;
    padding: 0 25px 30px !important;
}
.chart-container .infoDoi {
    background-color: rgba(0,255,31,.25);
    color: #000;
    min-width: 220px;
}
.matches-container{
    min-height: 300px;
}
.match-container .chonDoi {
    text-indent: 1px;
    -webkit-appearance: none;
    border: 1px solid #1b8d29;
    /* background-color: #c0ffc7; */
    background-color: #fff;
    width: 100%;
}
.match-container .tySo {
    border: 1px solid #1b8d29;
    width: 100%;
}
.match-container .chonDoi:focus {
    border: 1.5px solid #77d582 !important;
    border-color: #77d582 !important;
    background-color: #fff;
}
.match-container .bgTeam {
    background-color: #7ae171;
}
#ChartTemplate .chart-container .match-info--date, #ChartTemplate .chart-container .match-info--score, #ChartTemplate .chart-container .match-info--time {
    background-color: #7ae171;
    color: #f3e5f5;
    /*min-width: 55px;*/
    width: auto;
}
.match-container .bgGoalTime {
    background-color: #c0ffc7;
    width: 50px !important;
}
.chart-container .infoDoi > div {
    display: inline-block;
    line-height: 25px;
    vertical-align: middle;
}
#ChartTemplate .chart-container .infoDoi > div {
    display: inline-block;
    line-height: 25px;
    vertical-align: middle;
}
#ChartTemplate .chart-container .chonDoi {
    /*width: 120px;*/
}
.text-capitalize {
    text-transform: capitalize;
}
#ChartTemplate .chart-container .match-container tr:nth-child(odd) .match-info--time {
    border-bottom: 1px solid #fff;
    border-radius: 0 5px 0 0;
}
#ChartTemplate .chart-container .match-container table tr td {
    padding: 5px;
}
.hidden {
    display: none !important;
}
#ChartTemplate .chart-container .width2 {
    width: 2px;
}
#ChartTemplate .chart-container .border-bottom {
    border-bottom: 2px solid #3bbf1a;
}
.bgTeam:hover {
    background-color: #dd7c57;
}
.bgGoalTime:hover {
    background-color: #dd7c57;
}
.match-container table thead th {
    font-size: 14px;
    font-weight: 600;
    color: #c10a0a;
}
.grUpdate {
    position: relative;
    display: table;
    left: 100px;
}
#grThemGiaiBa {
    color: #000;
    border: none;
    text-align: left;
}
#grThemGiaiBa input{
    width: 1em;
    height: 1em;
    color: #000;
    border: 0.65em solid currentColor;
    border-radius: 0.15em;
    transform: translateY(0.185em);
}
.vdv1, .vdv2{
    width: 100%;
    height: 35px;
}
.grSet{
    margin-top: 10px;
}
#doi1{
    text-align: right;
}
#doi2{
    text-align:left;
}
.lblTranDanh {
    text-align: right;
    margin-top: 4px;
}
.grTranDanh {
    display: flex;
    margin-top: 10px;
    font-weight: bold;
}
.input-group select{
    height: 35px;
}
.grSet{
    display: flex;
}
#kq1, #kq2 {
    border: 1px solid #ff0000 !important;
    font-weight: bold;
    color: #d5081a;
    font-size: 17px;
}
.lblVDV {
    font-weight: bold;
    color: #008000;
}
.input-group {
    padding-bottom: 16px;
}
#updateMatch {
    padding: 20px 10px;
    position: relative;
    z-index: 3;
    margin: 0px 40px 0 40px;
    border: 1px solid #9a9a9a;
}
#mbKQ {
    color: #000;
}
.grInput {
    width: 40px;
}
#mbKQ .mright {
    width: 50px;
    float: right;
}
#kq1, #kq2 {
    border: 1px solid #ff0000 !important;
    font-weight: bold;
    color: #d5081a;
    font-size: 17px;
}
.colon {
    width: 10px;
}
#mbKQ .mleft {
    width: 50px;
    float: left;
}
#updateMatch input {
    border: 1px solid #000;
}
.grTranDanh {
    display: flex;
    margin-top: 10px;
    font-weight: bold;
}
.lblTranDanh {
    text-align: right;
    margin-top: 4px;
}
.btnUpdateTySo{
    margin-top: 10px;
}
#tbDsDoiDau {
    width: 100%;
    border: 2px solid #000;
    margin: 16px;
    color: #000;
    font-family: sans-serif;
    font-size: 15px;
    margin: 10px 90px 5px 90px;
    position: relative;
}
#tbDsDoiDau  td,#tbDsDoiDau  th {
    border: 1px solid #000;
}
#tbDsDoiDau thead tr{
    background-color: #20989d;
    color: #fff;
    font-weight: bold;
    text-align: center;
}
#dsDoiDau span{
    margin-left: 50px;
    color: #000;
    font-weight: bold;
}
.grTg {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}
.grTg label{
    padding: 0;
}
.grTg input{
    height: 30px;
}