html{
  scroll-behavior: smooth;
}
body {
  overflow-x: hidden;
  font-family: 'Source Sans Pro', sans-serif !important;
}
a {
  text-decoration: none !important;
}
a:hover,a:visited {
  text-decoration: none !important;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Playfair Display', serif !important;
}
.no-padding {
  padding: 0 !important;
  margin: 0 !important;
}
form {
  border-radius: 25px;
  border: 2px solid #eee;
  padding: 40px;
}
.error {
  color:#ff0000;
  font-weight: normal !important;
}
.green {
  color:#398439;
}
.red {
  color:#ff0000;
}
.rateBlock {
  text-align: center;
}
.clearfix {
  overflow: auto;
}
.pb {
  padding-bottom: 30px !important;
}
#backtotop {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #9a9a9a;
  color: white;
  cursor: pointer;
  padding: 5px 15px;
  border-radius: 4px;
}
table tr.act { display: none; }
table tr.odd:nth-child(9), table tr.even:nth-child(20)/*, table tr.odd:nth-child(5)*/, table tr.even:nth-child(8) { display: none; }
table tr.active { display: table-row; }
.pull-right{
  text-align: right;
}
.bg-danger,.bg-success{
  padding:10px;
  margin:0 0 10px 0;
}
.pt20 {
  padding:20px 0 0 0;
}
.row{
  padding:10px 15px;
  margin-left: 0;
  margin-right: 0;
}
.col-md-12{
    padding:10px 15px;
}
.nav-tabs li a{
  background: transparent;
border: 0;
color: #2B5A99;
padding: 15px 60px;
font-weight: bold;
text-transform: uppercase;
line-height: 41px;
border-radius: 4px;
}
.nav-tabs li a.active{
  background: #FFF;
color: #000;
border: 1px solid #c5cedb;
border-top: 3px solid #00d665;
border-bottom: 1px solid transparent;
line-height: 38px;
bottom: -2px;
border-radius: 4px 4px 0 0;
}
table{
  width: 100%;
  padding-top: 15px;
}
.td-1{
  font-size: 11px;
color: #999999;
  }
.w {
  max-width: 50%;
}
.mcw-table .dataTables-footer {
  display: none!important;
}
th.disabled{
  pointer-events: none;
}
div#mcw-1 {
  overflow: scroll;
}
@media (max-width: 768px) {
  .nav-tabs li a {
    padding: 15px 30px;
  }
  ul.nav.nav-tabs li {
    margin: auto;
  }
  .title {
    font-size: 2rem;
    text-align: center;
  }
  #google_translate_element {
    text-align: center;
    margin-bottom: 30px;
  }
  p {
    font-size: .7em;
  }
}
