/*
this file exists because originally when we integrated bootstrap we accidentally included it after all the queue css
as a consequence all styles are *pre* bootstrap. hopefully we can fix this one day where bootstrap is included first
*/

/*Begin modal theme styles*/
.modal-container {
  background: #fff;
  padding: 1px;
  border: 1px solid #ddd;
}
.modal-header {
  background: url('/images/vsc/bg_headers.jpg') repeat-x 0 0 #3676b9;
  color: #fff;
  margin-bottom: 5px;
  min-height: 40px;
  padding: 10px;
  font-weight: bold;
}
.modal-container a:link {
  color: #0000EE;
  text-decoration: underline;
}
.modal-container a:active {
  color: #FF0000;
  text-decoration: underline;
}
.modal-container a:visited {
  color: #551A8B;
  text-decoration: underline;
}
/*End modal theme styles*/

/*Begin button theme colors*/
.btn-theme-confirm {
  background-color: #3071B6;
  color: #fff;
}
.btn-theme-confirm:hover {
  background-color: #59A5F3;
  color: #fff;
}
.btn-blue {
    background: #3C78D8;
    color: #fff;
}
.btn-blue:hover {
  background: #2D90D4;
  color: #fff;
}
.btn-green {
    background: #43A05D;
    color: #fff;
}
.btn-green:hover {
    background-color: #307F46;
    color: #fff;
}
.panel-btn-primary {
  cursor: pointer;
  margin-top: 20px;
  margin-bottom: 20px;
  background: #49b267;
  min-height: 40px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 10px 0px 0px rgba(48, 127, 70, 1);
  -moz-box-shadow: 0px 10px 0px 0px rgba(48, 127, 70, 1);
  box-shadow: 0px 10px 0px 0px rgba(48, 127, 70, 1);
}
.panel-btn-text {
  padding: 10px 10px;
  color: #fff;
}
/*End button theme colors*/

/*utility classes*/
.push-top {
  margin-top: 15px;
}
.push-bottom {
  margin-bottom: 15px;
}
.push-left {
  margin-left: 15px;
}
.push-right {
  margin-right: 15px;
}
.pad-top {
  padding-top: 15px;
}
.pad-bottom {
  padding-bottom: 15px;
}
.pad-left {
  padding-left: 15px;
}
.pad-right {
  padding-right: 15px;
}
.content-border-right {
  border-right: 1px solid #cbcbcb;
}
.content-spacing-top {
  padding-top: 100px;
}
/*end utility classes*/
