/* 
    Document   : techTalent_tweaks
    Created on : 3-nov-2013, 20:00
    Author     : Edgar de Puy
    Description:
    Purpose of the stylesheet follows.
    ! load these tweaks as the last css!
*/
.filter-wrapper {
  margin-bottom: 20px!important;
  padding: 0 0 10px!important;
}
.filter-guidelines-processed{
    display:none !important;
}

/* force wide screen if in admin-mode */
.page-admin .container {
    width: 100%!important;
    max-width: none!important;
}

#admin-menu {
  font-size:1em!important;
}

.expanded .menu   {
  display:none;
}
.active-trail .menu {
  display: block!important;
}

/* drupal tabs */
.front .tabs { display:none;}
.not-logged-in .tabs {display:none!important}
.page-user .tabs {display:initial!important}

.tabs {
    z-index: 900!important; 
    height:30px;
    margin-left: -10px;
    margin-bottom: 16px;
    margin-top: -17px;
}
.no-sidebars .tabs {
  margin-right: -10px; 
  margin-left:120px;  
  margin-top: 5px;
  margin-bottom: 0;
}
.page-user .tabs   {
    margin-bottom: 50px;
}
.page-user-password .tabs ul.primary  .page-user-register .tabs ul.primary , .page-user .tabs ul.primary {background: none;}
.tabs ul.primary {
    /* background:transparent url(/sites/all/themes/techniektalent/images/tabs-border.png) repeat-x left bottom; */ /*tweak*/
    background: #fff;
    border:none; 
    margin:0;
    overflow:hidden;
    padding:0 3px;
}
.tabs ul.primary li {
    display:block;
    margin-top:5px;
    margin:6px 5px 0 0;
    vertical-align:bottom;
    width: auto; 
}

/* */

#user-login, #user-register-form, #user-pass {
  margin-top:50px;
}

#messages {
  margin-top: 25px;
  /* position:absolute; */
  margin-left:12%; width:85%; z-index: 100; 
}
