﻿body {
    padding-top: 20px;
    padding-bottom: 20px;
}

.navbar-header {
    padding-left:15px;
}

.logo {
    max-width: 200px;
}

.checkbox label.control-label {
    font-weight:bold;
}

.form-control-static {
    border-bottom: 1px solid #ccc;
    min-height: 2.5rem;
}

.form-control-plaintext {
    border-bottom: 1px solid #ccc;
    min-height: 2.5rem;
}

.form-check-input {
    border: 1px solid #808080 !important;
}

.alert .alert-icon {
  display: block;
  float: left;
  margin-right: 15px;
}
.alert .alert-icon i {
  margin-top: -7px;
  top: 5px;
  position: relative;
}

.alert a, .alert .alert-danger a:hover, .alert .alert-danger a:focus {
    color:#fff;
    text-decoration:underline;
}

.agreement-section {
    margin-bottom:30px;
}


#terms-content {
    border: 1px solid #e5e5e5; 
    height: 300px; 
    overflow: auto;
    overflow-x: hidden;
    overflow-y: scroll; 
}

fieldset.birthdayPicker select {
  height: 39px;
  padding: 8px 12px;
  font-size: 15px;
  line-height: 1.4;
  color: #6f6f6f;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-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;
}

.validation-summary-errors {
    padding: 15px;
    margin-bottom: 21px;
    border: 1px solid transparent;
    border-radius: 0;
    font-size: 14px;
    font-weight: 300;
    background-color: #b94a48;
    border-color: #b94a48;
    color: #fff;
}

.control-label em {
    color: #b94a48;
}

input.k-textbox {
    position: relative;
    display:normal;
    width:100%;
    height: 39px;
    line-height: 1.4;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0;
}

.k-widget .alert {
    margin-bottom: 0px !important;
}

.progress {
    margin-bottom: 0px;
}

.validation-summary-errors ul li {
    margin:10px 0;
}

.pdfobject-container { height: 500px;}
.pdfobject { border: 1px solid #666; }

@media print {
    #terms-content {
        border-width: 0; 
        height: auto;
        overflow: auto; 
        padding:0;
        padding: 10px;
    }
}
