.btn-file {
    position: relative;
    overflow: hidden;
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

@font-face {
  font-family: 'Glyphicons Halflings';

  src: url('../fonts/glyphicons-halflings-regular.eot');
  src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}

.easytec-navbar {
    background-color: #373e4a;
    color: #fff;
}

/* change the brand and text color */
/*.easytec-navbar-custom .navbar-brand,
.easytec-navbar-custom .navbar-text {
    color: #FFF;
}*/
/* change the link color */
/*.easytec-navbar-custom .navbar-nav .nav-link {
    color: #FFF;
}*/
/* change the color of active or hovered links */
/*.easytec-navbar-custom .nav-item.active .nav-link,
.easytec-navbar-custom .nav-item:hover .nav-link {
    color: #ffffff;
}*/

/* for dropdowns only */
/*.easytec-navbar .navbar-nav .dropdown-menu  {
  background-color: #373e4a;
}*/
/*.easytec-navbar .navbar-nav .dropdown-menu>li>a  {
  color: #fff;
}*/
/*.easytec-navbar .navbar-nav .dropdown-menu>li>a:hover,.navbar-custom .navbar-nav .dropdown-menu>li>a:focus  {
  color: #000;
  background-color: #FFF;
}*/
