﻿.tftdropdown {
    width: 100%;
    height: 37px;
}

.tftcolor {
    color: #636363;
    font-weight: normal;
    font-family: var(--fontfamily);
}

.tftcursor
{
  cursor: pointer;
}

.pt_printtariffdiv {
    padding-top: 150px;
    background-color: rgba(240, 240, 240, 1); 
}
.container1280 {
    width: 1280px;
}

.pt_header {
    font-family: var(--fontfamily);
    margin-top: 20px;
    margin-bottom: 20px;
}


.nice-select:after {
    border-bottom: 2px solid #00d3a7 !important;
    border-right: 2px solid #00d3a7 !important;
}

.ptbtnprint {
    margin-top: 50px;
    padding-bottom: 50px;
}

@media only screen and (max-width: 1280px) {
    .container1280 {
        width:100%;
    }
}

.ui-autocomplete {
    background: white;
    cursor: pointer;
    z-index: 2;
}

.ui-autocomplete-category {
    font-weight: bold;
    padding: .2em .4em;
    margin: .8em 0 .2em;
    line-height: 1.5;
}

.ui-helper-hidden-accessible {
    display: none;
}

.printtarifbtn {
    color: #FFFFFF;
    padding: 10px 30px 10px 30px;
    background-color: #24263d;
    border-radius: 25px;
    font-family: var(--fontfamily);
}

.responsive {
    margin-top: 10px;
    margin-bottom: 10px;
}

.ui-autocomplete-input, .current {
    font-family: var(--fontfamily);
}