﻿.nav-tabs {
  width: 100%;
  float: left;
  border-bottom-color: #d9d9d9;
}
 
.nav-tabs > li a {
  text-align: center;
  border-width: 1px 1px 0 1px;
  border-style: solid;
  border-color: #dadae3;
  color: #555555;
  background: #eeeef2;
}

.nav-tabs > li a:hover {
  background: #F9F9F9;
  border-color: #d9d9d9;
}

.nav-tabs > li.active a,
.nav-tabs > li.active:hover a {
  color: #444444;
  background: white;
  border-color: #d9d9d9;
  border-bottom-color: transparent;
}

.tabs-dropdown .dropdown-toggle {
  border-width: 1px 1px 0 1px;
  border-style: solid;
  border-color: #dadae3;
  border-radius: 4px 4px 0 0;
  color: #555555;
  background: #eeeef2;
}

.tab-content {
  padding: 10px;
  height: 400px;
  overflow: hidden;
  overflow-y: scroll;
  background: white;
  border-width: 0 1px 1px 1px;
  border-style: solid;
  border-color: #d9d9d9;
  border-radius: 0 0 4px 4px;
}
.tab-content .tab-pane { color: #566473; }

.responsive-tabs-container { position: relative; }
.responsive-tabs-container .responsive-tabs { padding-right: 100px; }
.responsive-tabs-container .tabs-dropdown {
  position: absolute;
  right: 0;
  margin-right: 0 !important;
}

.responsive-tabs-container .tabs-dropdown.navbar-nav { margin: 0 !important; }

 @media only screen and (max-width: 767px) {
    .responsive-tabs-container .tabs-dropdown .dropdown-menu {
      position: fixed;
      top: 20px;
      right: 20px;
      bottom: 20px;
      left: 20px;
      padding-top: 50px;
      overflow: hidden;
      overflow-y: scroll;
    }
    
    .responsive-tabs-container .tabs-dropdown .dropdown-menu .dropdown-header {
      position: fixed;
      left: 21px;
      right: 21px;
      background: #FFF;
      margin-top: -50px;
      padding-top: 18px;
      border-radius: 4px 4px 0 0;
    }
    
    .responsive-tabs-container .tabs-dropdown .dropdown-menu .close {
      position: absolute;
      top: 14px;
      right: 20px;
    }
    
    .responsive-tabs-container .tabs-dropdown .dropdown-menu .divider { margin: 0; }
}

.responsive-tabs-container .tabs-dropdown .dropdown-toggle {
  width: 100px;
  position: relative;
  display: block;
  padding: 10px 15px;
}

.responsive-tabs-container .tabs-dropdown .dropdown-toggle .count { margin-right: 5px; }

.responsive-tabs-container .tabs-dropdown .dropdown-toggle .caret {
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 6px solid;
  margin-left: 0;
  vertical-align: initial;
}


/*.nav-tabs > li {
    height:62px;
}
.nav-tabs > li > a, .nav-tabs > li > a > div {
    height:100%;
}
.nav-tabs > li > a span {
    display:table-cell;
    vertical-align:middle;
}

li a {
        height: 65px;
}*/

.two-row-tab {
    height: 65px;
}