﻿/* BIB Form CSS Code */
.bib-wrapper .vt-top-image img {
    text-align: center;
    width: 100% !important;
}

.bib-wrapper .vt-phone-number {
    text-align: center;
	font-family: Verdana,Geneva,sans-serif;
    font-size: 30px;
    font-weight: bold;
    white-space: nowrap;
    width: 100%;
	margin: 10px 0px 15px 0px;
}

.bib-wrapper .vt-phone-number a {
    text-decoration: none;
    color: black;
    box-shadow: none;
}

.bib-wrapper .vt-phone-number a:hover {
    text-decoration: none;
    color: blue;
}

.bib-wrapper .vt-logo {
    text-align: center;
    margin-top: 0.55em;
    width: 100%;
}

.bib-wrapper .vt-logo img {
    margin: auto;
}

.bib-wrapper label.checkbox {
    margin-left: 2em !important;
}

.bib-wrapper .disclaimer {
    font-size: 10px;
    line-height: 1.1;
}

.bib-wrapper .form-disclaimer p {
    font-size: 12px;
}

.bib-wrapper {
    max-width: 100%;
    min-width: 280px;
    max-height: 1000px;
    position: relative;
}

.bib-wrapper iframe {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    min-height: 200px;
    height: 100%;
    width: 100%;
    border: 0;
}

.bib-wrapper .bib-button-wrap {
    text-align: center;
}

.bib-wrapper .bib-thank-you-frame {
    border: none;
    width: 100%;
    height: 600px;
}
/* BIB Phone CSS Directives */
.bib-phone .vt-top-image {
    text-align: center;
    width: 100%;
}

.bib-phone .vt-phone-number {
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    white-space: nowrap;
    width: 100%;
    margin-bottom:15px;
}

.bib-phone .vt-phone-number a {
    text-decoration: none;
    color: black;
    box-shadow: none;
}

.bib-phone .vt-phone-number a:hover {
    text-decoration: none;
    color: blue;
}

.bib-phone {
    max-width: 320px;
    min-width: 280px;
    min-height: 100px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}

/* Form Elements Borrowed From Bootstrap, Renamed to avoid Bootstrap conflicts */
.bib-wrapper .vt-form {
	font-family: Verdana,Geneva,sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
}

.bib-wrapper .vt-form-control {
    display: block;
    width: 100%;
    height: 40px;
    padding: 6px 12px;
	font-family: Verdana,Geneva,sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    margin: 0;
    box-sizing: border-box;
}

.bib-wrapper .vt-form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
}

.bib-wrapper .has-error .vt-form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

.bib-wrapper .has-error .vt-form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;
}

.bib-wrapper .vt-form-group {
    margin-bottom: 15px;
    width: 100%;
    display: block;
}

.bib-wrapper .vt-form-group label {
    margin-bottom: 5px;
    font-weight: 700;
}

.bib-wrapper .vt-form-group .small {
    font-size: 85%;
}

.bib-wrapper .btn-primary {
    background-color: #337ab7;
    border-color: #2e6da4;
}

.bib-wrapper .btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 100;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    color: #fff;
    text-transform: uppercase;
    background-color: #00aecc;
}

 .bib-wrapper .btn.disabled,
 .bib-wrapper .btn[disabled] {
    cursor: not-allowed;
    box-shadow: none;
}

.bib-wrapper .sr-only {
    border: 0;
    clip: rect(0,0,0,0);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}

@media (min-width: 544px) {
   .dcom-bib-mobile-only { display: none; }
}
@media (max-width: 543px) {
   .dcom-bib-non-mobile { display: none; }
}

/* MSP Settings */
#msp .promote {
    display: none;
}