/*
Custom CSS file for project
*/

@media (min-width: 576px) {
    .containerheader, .containerheader-sm {
      max-width: 540px;
    }
  }

  @media (min-width: 768px) {
    .containerheader, .containerheader-sm, .containerheader-md {
      max-width: 750px;
    }
  }

  @media (min-width: 992px) {
    .containerheader, .containerheader-sm, .containerheader-md, .containerheader-lg {
      max-width: 970px;
    }
  }

  @media (min-width: 1200px) {
    .containerheader, .containerheader-sm, .containerheader-md, .containerheader-lg, .containerheader-xl {
      max-width: 1170px;
    }
  }

.table-hover-cells > tbody > tr > th:hover,
.table-hover-cells > tbody > tr > td:hover {
  background-color: #f5f5f5;
}

.table-hover-cells > tbody > tr > th.active:hover,
.table-hover-cells > tbody > tr > td.active:hover,
.table-hover-cells > tbody > tr.active > th:hover,
.table-hover-cells > tbody > tr.active > td:hover {
  background-color: #e8e8e8;
}

.table-hover.table-hover-cells > tbody > tr:hover > th:hover,
.table-hover.table-hover-cells > tbody > tr:hover > td:hover {
  background-color: #e8e8e8;
}

.table-hover.table-hover-cells > tbody > tr.active:hover > th:hover,
.table-hover.table-hover-cells > tbody > tr.active:hover > td:hover {
  background-color: #d8d8d8;
}

.bg-emcq {
    background-color: #ffffff;
}
.top-header{
  background: #2B3990;
  border: none;
  padding: 15px 0;
}
.containerheader{
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.topleft {
  width: 50%;
}
.topright {
  width: 50%;
}
.btn-login {
  font-size: 12px;
  margin-top: 10px;
  margin-left: 25px;
  color: #ccc;
}
.pull-right {
  float: right !important;
  right: 0;
  left: auto;
}
.btn-login a {
  color: #ccc;
}
nav.top-menu {
  background: #2B3990;
}
.mobnav-btn{
  font-family: 'Raleway', Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #2d4050;
  -webkit-font-smoothing: subpixel-antialiased;
  font-weight: 500;
  box-sizing: border-box;
}
.sf-menu {
  font-size: 18px;
  margin-bottom: 0;
  text-transform: uppercase;
  /* font-weight: 600; */
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
}
.sf-menu li {
  white-space: nowrap;
  transition: background .2s;
  float: left;
  position: relative;
}
.current-menu-item {
  background: none;
  color: #fff;
}
ul.sf-menu li a {
  color: #fff;
}
.current-menu-item a {
  color: #30d9a4;
  outline: none;
}
.sf-menu a {
  padding: 1.1em 1.8em;
  text-decoration: none;
  zoom: 1;
  color: #fff;
  display: block;
  position: relative;
}
.sf-menu {
  margin-bottom: 0;
  text-transform: uppercase;
  font-weight: 600;
}
ul.sf-menu li a:hover, .current-menu-item a {
  color: #30d9a4;
  outline: none;
}
.copy_right {
  background-color: #202020;
  padding: 10px;
  color: #aaa;
}
#frontend-footer{
  margin-top: 100px;
  color: #fff;
  width: 100%;
  text-align: center;
  font-size: 13px;
  position: fixed;
  bottom: 0;
}
.copy_right a {
  color: #30d9a4;
}
.col-md-3{
  padding-top: 10px;
}

.unselectable {
    -webkit-user-select: none;
    -webkit-touch-callout: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
