.bootstrap {
    background-color:#fff;
}
.bootstrap .nav-tabs {
    background-color: #fafafa;
    padding-top: 10px;
    margin-top: -20px;
}

.bootstrap .nav-tabs>li.active>a,
.bootstrap .nav-tabs>li.active>a:focus,
.bootstrap .nav-tabs>li.active>a:hover,
 .bootstrap .nav>li>a:hover {
    padding-bottom:15px;
}
.bootstrap .panel-title {
    padding-top: 15px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ededed;
}

.multiSelectPicklistTable .multiSelectPicklistRow .multiSelectPicklistCell a{
    border:0;
}
.multiSelectPicklistTable .multiSelectPicklistRow .multiSelectPicklistCell a img { display:none; }
.multiSelectPicklistTable .multiSelectPicklistRow .multiSelectPicklistCell a:first-child:before,
.multiSelectPicklistTable .multiSelectPicklistRow .multiSelectPicklistCell a:last-child:before {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  text-decoration: inherit;
  padding: .5em 1em;
}
.multiSelectPicklistTable .multiSelectPicklistRow .multiSelectPicklistCell a:first-child:before {
    content: "\f054";
}
.multiSelectPicklistTable .multiSelectPicklistRow .multiSelectPicklistCell a:last-child:before {
    content: "\f053"
}
.bootstrap input[type=checkbox] {
    //margin-top:10px;
}
.bootstrap .lookupInput  {
    position:relative;
    display: block;
}

.bootstrap .lookupInput > input{
        display: block;
    width: 100%;
    height: 34px;
    padding: 6px 14px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #000;
    background-color: #fff;
    background-image: none;
    border: 1px solid #cfd0d2;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.bootstrap .lookupInput > a{
    position:absolute;
    top:.5em;
    right: 1em;
}

.bootstrap .lookupInput > a:after{
    content: "\f002";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    text-decoration: inherit;
}

.bootstrap .lookupInput > a img{
    display:none;
}

.bootstrap .select select {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 14px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #000;
    background-color: #fff;
    background-image: none;
    border: 1px solid #cfd0d2;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.bootstrap .select select:disabled {
    background: #dddddd;
}
.bootstrap .help-block {
    display:inline-block;
}
.bootstrap .help-block i {
    color:#2a94d6;
    cursor:pointer;
}
.bootstrap .popover.right{
    width:100%;
}
.bootstrap .popover.right>.arrow {
    top:50%!important;
}

.bootstrap .spacerTop{
    padding-top: 30px;
}

.bootstrap .spacerBottom{
    padding-bottom: 15px;
}


.bootstrap .centerAbsolute{
    left:50%;
    position:absolute;
    z-index:1;
    
}
.bootstrap .centerRelative{
    right: 50%;
    position: relative;
    
}

.bootstrap .form-group-reset{
    margin-right: 0px !important;
    margin-left: 0px !important;

}
.bootstrap .panel .panel-heading-mini{
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.bootstrap .alert-custom{
    
    color: #e0890f;
    background-color: #f7e7e7;
}