﻿/*.alert {
  color: #000;
}*/

.alert-info-silver{
  background-color: #eeeeee;
  border-color: #b3c7dc;
  color: #102a64;
}

.btn-sm {
  padding: 2px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

button.btn.btn-sm,
input[type="submit"].btn.btn-sm {
  *padding-top: 3px;
  *padding-bottom: 3px;
}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  height: 30px;
}

input.span12Legacy,
select.span12Legacy,
textarea.span12Legacy,
.uneditable-input.span12Legacy {
  width: 100%;
  *width: 99.94680851%;
}
input.span11Legacy,
select.span11Legacy,
textarea.span11Legacy,
.uneditable-input.span11Legacy {
  width: 91.4893617%;
  *width: 91.43617021%;
}
input.span10Legacy,
select.span10Legacy,
textarea.span10Legacy,
.uneditable-input.span10Legacy {
  width: 82.9787234%;
  *width: 82.92553191%;
}
input.span9Legacy,
select.span9Legacy,
textarea.span9Legacy,
.uneditable-input.span9Legacy {
  width: 74.46808511%;
  *width: 74.41489362%;
}
input.span8Legacy,
select.span8Legacy,
textarea.span8Legacy,
.uneditable-input.span8Legacy {
  width: 65.95744681%;
  *width: 65.90425532%;
}
input.span7Legacy,
select.span7Legacy,
textarea.span7Legacy,
.uneditable-input.span7Legacy {
  width: 57.44680851%;
  *width: 57.39361702%;
}
input.span6Legacy,
select.span6Legacy,
textarea.span6Legacy,
.uneditable-input.span6Legacy {
  width: 48.93617021%;
  *width: 48.88297872%;
}
input.span5Legacy,
select.span5Legacy,
textarea.span5Legacy,
.uneditable-input.span5Legacy {
  width: 40.42553191%;
  *width: 40.37234043%;
}
input.span4Legacy,
select.span4Legacy,
select.span4Legacy,
textarea.span4Legacy,
.uneditable-input.span4Legacy {
  width: 31.91489362%;
  *width: 31.86170213%;
}
input.span3Legacy,
select.span3Legacy,
textarea.span3Legacy,
.uneditable-input.span3Legacy {
  width: 23.40425532%;
  *width: 23.35106383%;
}
input.span2Legacy,
select.span2Legacy,
textarea.span2Legacy,
.uneditable-input.span2Legacy {
  width: 14.89361702%;
  *width: 14.84042553%;
}
input.span1Legacy,
select.span1Legacy,
textarea.span1Legacy,
.uneditable-input.span1Legacy {
  width: 6.38297872%;
  *width: 6.32978723%;
}

.navbar-inverse .navbar-text {
    color: #ffffff;
}

.navbar-text {
  margin-top: 0px;
}

@media (min-width: 768px) {
  .navbar-text {
    margin-right: 0px;
    margin-left: 0px;
  }
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 560px;
  }
}

.modal.fade {
  -webkit-transition: opacity .3s linear, top .3s ease-out;
  -moz-transition: opacity .3s linear, top .3s ease-out;
  -o-transition: opacity .3s linear, top .3s ease-out;
  transition: opacity .3s linear, top .3s ease-out;
}

.modal.fade.in {
  top: 20%;
}

.modal-backdrop.in {
  filter: alpha(opacity=80);
  opacity: .8;
}

.modal-header {
    min-height: 0px !important;
  padding: 9px 15px;
  border-bottom: 1px solid #eee;
}
.modal-header h3 {
    margin: 0;
    line-height: 30px;
}
.modal-body {
  overflow-y: auto;
  max-height: 400px;
}
.modal-footer {
  margin-bottom: 0;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
  -webkit-box-shadow: inset 0 1px 0 #ffffff;
  -moz-box-shadow: inset 0 1px 0 #ffffff;
  box-shadow: inset 0 1px 0 #ffffff;
  *zoom: 1;
}
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: "";
  line-height: 0;
}
.modal-footer:after {
  clear: both;
}

.navbar {
    min-height: 40px;
}

.navbar.business-name {
  background-color: #dfdfdf;
  background-image: -moz-linear-gradient(top, #eeeeee, #c8c8c8);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#eeeeee), to(#c8c8c8));
  background-image: -webkit-linear-gradient(top, #eeeeee, #c8c8c8);
  background-image: -o-linear-gradient(top, #eeeeee, #c8c8c8);
  background-image: linear-gradient(to bottom, #eeeeee, #c8c8c8);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffeeeeee', endColorstr='#ffc8c8c8', GradientType=0);
}

.navbar-brand {
    font-size: 17.5px;
    height: 40px;
    padding: 10px 20px 10px;
    margin-left: -20px;
    font-weight: bold;
    color: #777777;
    text-shadow: 0 1px 0 #ffffff;
}

@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -10px;
  }
}

.navbar-inverse {
  background-color: #102a64;
  background-image: -moz-linear-gradient(top, #133176, #0c1f4a);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#133176), to(#0c1f4a));
  background-image: -webkit-linear-gradient(top, #133176, #0c1f4a);
  background-image: -o-linear-gradient(top, #133176, #0c1f4a);
  background-image: linear-gradient(to bottom, #133176, #0c1f4a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff133176', endColorstr='#ff0c1f4a', GradientType=0);
  border-color: #252525;
}

.navbar-inverse .navbar-brand {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #133176;
}

.pagination {
  display: block !important;
}

.portalBusinessSearchBoxCustom{
    margin-right: 0px;
}

.portalNavBarTitleCustom {
    margin-bottom: 0px;
    padding:  0px 20px;
}

.portalPageRowCustom {
    margin-left: 0px;
    margin-right: 0px;
}

.portalSummaryCustom,
.portalButtonToggleCustom,
.portalMainNavCustom {
    padding-left: 0px;
    padding-right: 0px;
}

.portalH4Custom {
    font-size: 17.5px; 
    margin: 10px 0;
    font-family: inherit;
    font-weight: bold;
    line-height: 20px;
    color: inherit;
    text-rendering: optimizelegibility;
}

.row [class*="col-md-"] {
  min-height: 30px;
}

.summary .col-md-6 dl,
.summary .portalCustomColumnDL dl {
  margin: 2px 20px;
}
.summary .col-md-6 dl ul,
.summary .portalCustomColumnDL dl ul {
  list-style: none;
  margin: 5px 0px;
}

.summary h3,
.summary h4 {
  font-weight: bold;
}

.tab-content {
    overflow: hidden;
}

.wgtHolder > div {
  -webkit-box-shadow: none !important;
}

.wgtHolder > div h4 {
    -webkit-box-shadow: 0 0 15px 1px #888;
}

.wgtHolder > div > div {
    -webkit-box-shadow: 0 0 15px 1px #888;
}
 
ul#taskNav li a {
  max-width: 150px;
}

/*PRINT*/
@media print {
    footer .row:first-child {
    display: none;
    }
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
    }
    .col-md-12 {
    width: 100%;
    }
    .col-md-11 {
    width: 91.66666667%;
    }
    .col-md-10 {
    width: 83.33333333%;
    }
    .col-md-9 {
    width: 75%;
    }
    .col-md-8 {
    width: 66.66666667%;
    }
    .col-md-7 {
    width: 58.33333333%;
    }
    .col-md-6 {
    width: 50%;
    }
    .col-md-5 {
    width: 41.66666667%;
    }
    .col-md-4 {
    width: 33.33333333%;
    }
    .col-md-3 {
    width: 25%;
    }
    .col-md-2 {
    width: 16.66666667%;
    }
    .col-md-1 {
    width: 8.33333333%;
    }
    .col-md-pull-12 {
    right: 100%;
    }
    .col-md-pull-11 {
    right: 91.66666667%;
    }
    .col-md-pull-10 {
    right: 83.33333333%;
    }
    .col-md-pull-9 {
    right: 75%;
    }
    .col-md-pull-8 {
    right: 66.66666667%;
    }
    .col-md-pull-7 {
    right: 58.33333333%;
    }
    .col-md-pull-6 {
    right: 50%;
    }
    .col-md-pull-5 {
    right: 41.66666667%;
    }
    .col-md-pull-4 {
    right: 33.33333333%;
    }
    .col-md-pull-3 {
    right: 25%;
    }
    .col-md-pull-2 {
    right: 16.66666667%;
    }
    .col-md-pull-1 {
    right: 8.33333333%;
    }
    .col-md-pull-0 {
    right: auto;
    }
    .col-md-push-12 {
    left: 100%;
    }
    .col-md-push-11 {
    left: 91.66666667%;
    }
    .col-md-push-10 {
    left: 83.33333333%;
    }
    .col-md-push-9 {
    left: 75%;
    }
    .col-md-push-8 {
    left: 66.66666667%;
    }
    .col-md-push-7 {
    left: 58.33333333%;
    }
    .col-md-push-6 {
    left: 50%;
    }
    .col-md-push-5 {
    left: 41.66666667%;
    }
    .col-md-push-4 {
    left: 33.33333333%;
    }
    .col-md-push-3 {
    left: 25%;
    }
    .col-md-push-2 {
    left: 16.66666667%;
    }
    .col-md-push-1 {
    left: 8.33333333%;
    }
    .col-md-push-0 {
    left: auto;
    }
    .col-md-offset-12 {
    margin-left: 100%;
    }
    .col-md-offset-11 {
    margin-left: 91.66666667%;
    }
    .col-md-offset-10 {
    margin-left: 83.33333333%;
    }
    .col-md-offset-9 {
    margin-left: 75%;
    }
    .col-md-offset-8 {
    margin-left: 66.66666667%;
    }
    .col-md-offset-7 {
    margin-left: 58.33333333%;
    }
    .col-md-offset-6 {
    margin-left: 50%;
    }
    .col-md-offset-5 {
    margin-left: 41.66666667%;
    }
    .col-md-offset-4 {
    margin-left: 33.33333333%;
    }
    .col-md-offset-3 {
    margin-left: 25%;
    }
    .col-md-offset-2 {
    margin-left: 16.66666667%;
    }
    .col-md-offset-1 {
    margin-left: 8.33333333%;
    }
    .col-md-offset-0 {
    margin-left: 0;
    }

    label.btn.active {
        display: block !important;
    }
}