﻿
/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    /*max-width: 280px;*/
}
.stepwizard-step p {
    margin-top: 10px;
}
.stepwizard-row {
    display: table-row;
}
.stepwizard {
    display: table;
    width: 100%;
}
.stepwizard-step button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}
.stepwizard-row:before {
    top: 14px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 1px;
    background-color: #ccc;
    z-order: 0;
}
.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
}
.btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    line-height: 1.428571429;
    border-radius: 15px;
}
.center{
width: 150px;
  margin: 40px auto;
  
}
.gridDim{
    float:left;
}
.formSpace{
    margin-top:2px;
}
.table-borderless td, .table-borderless th {
    border: none !important;
}

.dropdown-menu-search {
    max-height: 300px;
    overflow:auto;
}

.dropdown-menu-search .input-group {
    margin: 0px 2px 2px 2px;
}

.dropdown-menu-search > ul {
    padding: 0;
}

.dropdown-menu-search > ul > li {
    list-style: none;
}

.dropdown-menu-search > ul > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}

.dropdown-menu-search > ul > li > a:hover,
.dropdown-menu-search > ul > li > a:focus {
    color: #262626;
    text-decoration: none;
    background-color: #f5f5f5;
}

.dropdown-menu-search > .active > a,
.dropdown-menu-search > .active > a:hover,
.dropdown-menu-search > .active > a:focus {
    color: #fff;
    text-decoration: none;
    background-color: #337ab7;
    outline: 0;
}

.nav-link {
    display: block;
    padding: 0.5rem 1rem;
    width: 100%;
}