.tt-menu {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin: -1px 0 0;
    box-shadow: 0 0 1px 0 rgba(0, 0, 0, .1);
    padding: 0;
    background: #fafafa;
    border: 1px solid #d2d2d2;
    right: -4px;
}
.tt-menu h4 {
    box-sizing: border-box;
    overflow: hidden;
    width: 100%;
    max-width: 100%;
    padding: 5px 10px;
    background-color: #eee;
    font-weight: 600;
    color: #707070;
    list-style: none;
    display: block;
    text-transform: capitalize;
    text-align: left;
    margin-bottom: 0;
    margin-top: 0;
    font-size: 14px;
}
.tt-menu .tt-suggestion {
    padding: 8px 10px;
    border-top: none;
    color: #333;
    list-style: none;
    background-color: #fff;
}
.tt-menu .tt-suggestion:hover {
    background-color: #006ce3!important;
    color: #ffffff!important;
}
small.search-type.pull-right {
    margin: 0;
    padding: 3px 0;
    font-size: 12px;
    font-weight: bold;
    color: #006ce3;
    position: relative;
}
.tt-menu h5.search-value{
    margin: 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 75%;
    font-size: 13px;
    font-weight: inherit;
    overflow: hidden;
    padding: 5px 0;
}
.tt-suggestion:hover small.search-type.pull-right {
    color: #ffffff;
}
.select2-container.select2-container--krajee.select2-container--open{
    z-index: 99999 !important;
}

.navTabProcedure > li.active > a, .navTabProcedure > li.active > a:hover, .navTabProcedure > li.active > a:focus {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none;
    border-color: #dddddd #dddddd rgba(0, 0, 0, 0);
    border-bottom: #f3f3f4;
    border-image: none;
    border-style: solid;
    border-width: 1px;
    color: #555555;
    cursor: default;

}
.navTabProcedure > li > a {
    font-weight: 600;
    padding: 10px 20px;
}
.navTabProcedure  {
  border-bottom: none!important;
}
.tab-contentProcedure{
    border: none!important;
    padding: 0!important;
}
@media (max-width: 767px) {
   
}
